UE4 Changable Real-Time Materials (ArchViz)

  Рет қаралды 56,567

GameDevMan

GameDevMan

Күн бұрын

Пікірлер: 72
@GameDevMan
@GameDevMan 7 жыл бұрын
Updated tutorial with the ability to change the mesh and the material separably. kzbin.info/www/bejne/mYuam4aHo99jhdE
@N4p0100
@N4p0100 7 жыл бұрын
what if i interact with an object and then i hold, let's say right mouse button, and use the mouse barrel to toggle the color up and down?
@AGNEXO93
@AGNEXO93 4 жыл бұрын
U save my life, the only answer to my question about Dynamic materials and blueprint comunication
@Sushjcángừ
@Sushjcángừ 7 жыл бұрын
best tut ever, slow enough and very clear, 1 like no doubt
@reigiputra18
@reigiputra18 6 жыл бұрын
asik gue demen gaya lu tong
@levigideonamante4798
@levigideonamante4798 7 жыл бұрын
Wow been searching forever for this!
@NaruphonPunphairoj
@NaruphonPunphairoj 4 жыл бұрын
Thank you!! You save my life today !!
@dorukuslu8314
@dorukuslu8314 5 жыл бұрын
man really i love you
@boubacarsdiallo9920
@boubacarsdiallo9920 7 жыл бұрын
ommmgg thx a lot been looking for this
@bulidingforever4109
@bulidingforever4109 7 жыл бұрын
looking for this clear simple tut. thanks dud
@marcoandolfatocs
@marcoandolfatocs 4 жыл бұрын
nice tutorial! helps a lot!
@josesena4314
@josesena4314 8 жыл бұрын
Great tutorial but it would be amazing if you just could select a texture for the little squares once the blueprint is on the scene so you could have more than one object changing color in the scene.
@anpanimation4027
@anpanimation4027 4 жыл бұрын
Thanks! It still all works
@mbahgat99
@mbahgat99 6 жыл бұрын
best tut ever ,Thanks for sharing man
@dorukuslu8314
@dorukuslu8314 5 жыл бұрын
you saved me man, really thanks...
@ammaralammouri1270
@ammaralammouri1270 6 жыл бұрын
i can not believe i can create this in my first month in unreal ..... thank u very much
@malcolmrains2426
@malcolmrains2426 7 жыл бұрын
u can drag out from the reference of when u created the widget and use the remove node, so if u have other widgets they are unaffected
@lucassantos3476
@lucassantos3476 7 жыл бұрын
Thanks for sharing man! Great tutorial!
@devduttbhatt8461
@devduttbhatt8461 4 жыл бұрын
Hey thank you for the nice tutorial. In this video you have mentioned the linetrace. Will you please show how open and close color picker using line trace. I can create line trace but I cannot open and close the color picker Thank you again.
@ChrisMiller-pw7hc
@ChrisMiller-pw7hc 6 жыл бұрын
Awesome tutorial! Thanks so much!
@KadeMarkoux
@KadeMarkoux 6 жыл бұрын
This is very helpful, thank you!
@carlostrujillo375
@carlostrujillo375 4 жыл бұрын
Hello i have two materials (not textures) and i want to do the same thing but changing between 2 materials smoothly when i get in the box collision. How can i do that?
@GameDevMan
@GameDevMan 4 жыл бұрын
Try to add a timeline node. and use a linear interpolation
@sean8306
@sean8306 4 жыл бұрын
Great video
@K2unit3d
@K2unit3d 6 жыл бұрын
Thank you so much. I subbed. Keep it up
@明卓
@明卓 7 жыл бұрын
where is create changable box colour widget?
@elwinwesterink4687
@elwinwesterink4687 7 жыл бұрын
Great tutorial, just one question. How can I make this unique to each object? if I change the color of the box all boxes of instances/copies of the blueprint in the scene change as well. I want to be able to make 1 red, 1 blue and 1 yellow box or 1 red and 2 blue or any other combination.
@lobachevscki
@lobachevscki 7 жыл бұрын
You have to create a material and BP for each object in your scene. You could create however one BP that receive the material and the Static Mesh as the input and then copy it to ease the process.
@joeferreira3340
@joeferreira3340 7 жыл бұрын
This is what I did to solve this: Added a Boolean Variable to the BP_ColouredBoxChanger called "selected". Everytime I show the Widget I set this boolean to True, and everytime I close the widget I set it to False. Everytime I call the custom events I check if the boolean is true. If it is, then I change the collor. Else, just do nothing. This way only the selected one will change color.
@thomasl97
@thomasl97 7 жыл бұрын
thank you it's works !
@linaralinaa
@linaralinaa 7 жыл бұрын
I have so many object with different size, so I make one blueprint class for one object. How to change the color? Should I create one widget blueprint for one blueprint class? Please reply. thank you
@ananyomajumdar1077
@ananyomajumdar1077 7 жыл бұрын
@GameDevMan.........Have you tried the same thing in VR... i am trting to do the same thing in VR. But i guess it wont work the same way. Will be glad if you can help me out how to do the same thing in VR.
@Orozco_PNW
@Orozco_PNW 6 жыл бұрын
Excellent video! Anyone know of a good workflow for getting changeable materials in VR? Thanks!!!!!!
@valentinaurelian2980
@valentinaurelian2980 6 жыл бұрын
worked like a feather, from the start... thank you sir. one question : is it possible to replace the button colors with the preferred material texture? let's say we have 3 floor marble options with assigned textures to buttons, but instead of stock colors to preview the texture inside those buttons.
@96ubme
@96ubme 8 жыл бұрын
nice tutorial. Thank you so much. I have 1 question for you. How would I change the blue,red,yellow buttons to represent textures swatches? For example I made materials with maps on them instead of just colored materials. I know what to represent the icons on screen with a texture swatch not a color? Thanks
@GameDevMan
@GameDevMan 8 жыл бұрын
alex monteiro add an image to the UI then Thrace a button ten top of the image, and make the button colour translucent.
@96ubme
@96ubme 8 жыл бұрын
Thanks! I actually figured it out. One thing I cant figure out is how to make the object that I am change highlighted. So for example, lets say I am going to change my floor mesh. I have the 3 options (tile,wood, carpet ) I would love to be able to have the floor mesh outline highight when I trigger the options to come up. Does that make sense?
@ronniecanlas5617
@ronniecanlas5617 8 жыл бұрын
Thank you so much for this video tutorial. It is very helpful for me.
@triviet2884
@triviet2884 6 жыл бұрын
am sorry but how to set default material at the beginning until we change it?
@YazılımveBorsa
@YazılımveBorsa 8 жыл бұрын
Thank you for this tutorial ...
@zeeshanalighoghai6247
@zeeshanalighoghai6247 5 жыл бұрын
There no function as remove all what should i do ?
@lucae6298
@lucae6298 6 жыл бұрын
Good job man!!
@8WhiteMamba24
@8WhiteMamba24 7 жыл бұрын
Why do all maps disappear? i got crushed lighting and texture :c !
@diegorborges
@diegorborges 8 жыл бұрын
Thank you for this tutorial :)
@Sheldinator
@Sheldinator 3 жыл бұрын
not workinggggg ugh my menu isnt popping up
@ratheeshmukundan5875
@ratheeshmukundan5875 8 жыл бұрын
hi..how we can save this interactive actions in video format like avi...
@PEDRO4075
@PEDRO4075 5 жыл бұрын
Great! You saved me
@mahdikhodadadi_i
@mahdikhodadadi_i 6 жыл бұрын
why when i package the file , materials cant change
@houzaifaaljandali4197
@houzaifaaljandali4197 7 жыл бұрын
Hey Man , can we use this method to create the same thing but for audio music , like we have a music player and choose 3 different types of music . Thanks
@manchan5282
@manchan5282 7 жыл бұрын
HI, I wonder why my model look very flat and it seem like didnt receive any lighting and shadow after I add texture on the material? Thanks!
@juanguillermorueda2477
@juanguillermorueda2477 6 жыл бұрын
same happens to me , any solution ?
@LuizzSoares
@LuizzSoares 6 жыл бұрын
When saved the game at execution time it returns to the previous color. How do I save the changed color at runtime. Quando salvo o game em tempo de execusão ele retorna para a cor anterior. Como faço para salvar a cor alterada em tempo de execusão.
@othmana.4506
@othmana.4506 6 жыл бұрын
THANKS FOR THIS
@muhammadalras1111
@muhammadalras1111 5 жыл бұрын
Very helpful Thank you👍
@thanapatsongsaeng5823
@thanapatsongsaeng5823 8 жыл бұрын
Nice Tutorial. Thank you so much. Subscribe already. :D
@TravelwithkarthikG
@TravelwithkarthikG 6 жыл бұрын
Thank you
@arejays6701
@arejays6701 8 жыл бұрын
BRAVO! THANKS
@husseinmassarra2769
@husseinmassarra2769 6 жыл бұрын
Thank you🤗
@callisondtg1707
@callisondtg1707 6 жыл бұрын
How can you make this work in VR with the Vive?
@GameDevMan
@GameDevMan 6 жыл бұрын
Callison DTG I have never used a vive only a rift, I don’t know what you are trying to achieve so I can’t help. Sorry
@migi847
@migi847 5 жыл бұрын
tAHNK YOU SO MUCH.
@hanson251985
@hanson251985 8 жыл бұрын
Love it but I'm wondering how to recreate this solution to mobile, could you help me with that? THX in advance :)
@quas67
@quas67 5 жыл бұрын
your tutorial great
@ratheeshmukundan5875
@ratheeshmukundan5875 8 жыл бұрын
thanks a lot....
@zerrouz
@zerrouz 7 жыл бұрын
thanks a lot !
@cgunrealtutorial4881
@cgunrealtutorial4881 5 жыл бұрын
#cgunreal || really this is very good tutorial
@maxmahesh891
@maxmahesh891 5 жыл бұрын
Hopefully this is very useful tutorial thank... #cgunreal
@kareklopodaros
@kareklopodaros 6 жыл бұрын
and then im going ahead,and imma na go ahead and,and i go ahead,and we go ahead
@princejassal1
@princejassal1 7 жыл бұрын
tu thumbnail hor paa ta viode ch kuj hor dikhayi jana gre grey ja.. jaaaa o ppreee
@alexandreribeiroarq
@alexandreribeiroarq 7 жыл бұрын
realy nice, but your English is to much complicate to understand
UE4 Changable Materials and Assets ArchViz Updated Tutorial
19:42
Change real time Material in Unreal Engine - UE4
15:01
Frame Talks
Рет қаралды 18 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
UE4 ArchViz Glass Material
11:09
vrayguide
Рет қаралды 103 М.
Using Poliigon displacement textures in Unreal Engine 4
11:57
Poliigon Documentation
Рет қаралды 391 М.
Create a City Street in UE4
21:17
Quixel
Рет қаралды 510 М.
Blender 3d Grey Scale Height Map To STL
4:11
OLG WoodArt
Рет қаралды 6 М.
How I created a Simple Archviz Scene in Unreal Engine 4
8:46
Fabrice Bourrelly
Рет қаралды 138 М.
Blueprunts Creating Editing and Understanding Variables
4:55
Creating Fake Interiors In UE5
15:03
GameDevMan
Рет қаралды 19 М.