Changing Colors and Textures with Blueprint | Unreal Engine | 03

  Рет қаралды 23,746

VR Division

VR Division

Күн бұрын

Пікірлер: 34
@VRDivision
@VRDivision 3 жыл бұрын
The first 1,000 people to use this link will get a 1 month free trial of Skillshare: skl.sh/vrdivision09211
@cmulder007
@cmulder007 2 ай бұрын
Nice tutorial... one point though, you do not need to loop through all instances of the chair class as each one will have it's own copy of the blueprint code running... the reason that it only worked on the first chair is that the key event (in this case "1") has the "Consume Input" checked .. so the first chair will receive the event and it will be cancelled... unchecking this will allow all chairs to receive the key event so you will no longer have to do a loop but only change the material on it's own mesh.
@paulniebla6672
@paulniebla6672 3 жыл бұрын
Excellent!!
@VRDivision
@VRDivision 3 жыл бұрын
Thanks Paul!
@atasafarzadeh7110
@atasafarzadeh7110 3 жыл бұрын
TNX man! these series of tutorial about blue print in Archviz is completely Innovative & useful.
@pufthemajicdragon
@pufthemajicdragon 2 жыл бұрын
Of all the videos out there on this topic, this is the only one that actually solved my problem and answered my questions. So thanks :)
@andreabuttarini2485
@andreabuttarini2485 10 ай бұрын
There is a better way to do that, avoiding the use of an array and duplicating the Param Value over and over. In the master material, use a Collection Parameter and replace the exposed parameters. There are steps to follow, but you can find videos for a step-by-step guide.
@shakaama
@shakaama 2 жыл бұрын
what is this mostly for? who uses this? game dev?
@ammarnajjar307
@ammarnajjar307 3 жыл бұрын
Astonishing job dude it was really helpful thanks a lot keep it up that way 👏👌
@gbj1025
@gbj1025 Жыл бұрын
thank you so much!
@VRDivision
@VRDivision Жыл бұрын
my pleasure!
@danharris4549
@danharris4549 2 жыл бұрын
Nicely made tutorial, thank you!
@knightofbrokenglass9237
@knightofbrokenglass9237 Жыл бұрын
Thank you Sooooo Much!!!!
@VRDivision
@VRDivision Жыл бұрын
I'm so glad I could help!
@essamibrahiem2896
@essamibrahiem2896 Жыл бұрын
شكرا يا يحيي، ربنا يكرمك حبيبي
@PixelsLaboratory
@PixelsLaboratory Жыл бұрын
At 03:36 the reason why you're not seeing the other armchairs change color is because your entire logic is hooked up to the "Press '1' key" event trigger, therefore the last created actor will be the one "owning" the input controller (you can read more on Input priority in the official docs). But not having a Dynamic Material Instance is not the reason why you had this issue, it was the input priority. You actually saw this at 06:20 after using Dynamic Material Instances, you still had the same issue present. Unfortunately, the documents say that you absolutely need Dynamic Material Instances in order to be able to change material parameters at runtime, further saying that the way you're doing it will not work, which you proved them wrong, as I also did in my own video on my channel. This is really confusing, since they're saying once you cook the project you can no longer change anything, but even with a packaged product on "Shipping" settings, everything still works just as in your example...
@untitledjourney2059
@untitledjourney2059 Жыл бұрын
Nice tutorial. Thanks. I am wondering how to click on a object instead of pressing a key or hovering over. how to do it?
@marciopereira1726
@marciopereira1726 3 жыл бұрын
HE IS THE MAN
@YASIR.K
@YASIR.K 3 жыл бұрын
Thank You 😍
@csgregorium
@csgregorium 3 жыл бұрын
That's what I need!! but can I apply this method to change materials instead only texture ( maybe change one or two nodes ?)!?! TY and Keep Going!! Regards From Brazil!!
@CGokce6
@CGokce6 2 жыл бұрын
Even without the material istance, my blueprint timeline is having an effect on all my instances. So I didn't need the Create Dynamic Material Instance...why is that?
@madziajakub261
@madziajakub261 Жыл бұрын
what if u have random number of mesh components in ur BP and want to change color on all of them.
@madziajakub261
@madziajakub261 Жыл бұрын
Nvm got it. Need to get components by class and select static mesh in component class. That's the target and we done.
@unkgames-abdullahali4048
@unkgames-abdullahali4048 3 жыл бұрын
You are great
@mmckn1885
@mmckn1885 3 жыл бұрын
This basically answered my question, but now I wonder how to use this for a specific list of colors.
@sethcouchman4001
@sethcouchman4001 Жыл бұрын
1. Make an array with your color values. 2. Make a "Random Array Item" node 3. Connect that node to the slot that decides the vector value
@sethcouchman4001
@sethcouchman4001 Жыл бұрын
Oh and 4. Plug your array in as the target for the Random Array Item node
@khadijamshalah4242
@khadijamshalah4242 3 жыл бұрын
هلوووو يحيى
@VRDivision
@VRDivision 3 жыл бұрын
❤️
@shamimazad7932
@shamimazad7932 3 жыл бұрын
I saw your skillshare tutorial 'Unreal engine for architecture'. Man you need to learn how to teach a course. Teaching and making KZbin videos are not the same thing. You moved crazy fast in that tutorial and skipped so many details and jumped frequently from here and there. Please do some research how Linkedin, lynda or udemy courses are made systematically. by the way your youtube videos are great.
@VRDivision
@VRDivision 3 жыл бұрын
thanks for the feedback, That course is one year old it was my first days with skillshare and youtube and you are absolutely right :) I'm currently working on a new course with a dedicated skillshare teacher, I promise it will be much more structured and organized in a way that it'll be useful as much as possible Cheers!
@shamimazad7932
@shamimazad7932 3 жыл бұрын
@@VRDivision Thanks , we are waiting for that....
@pufthemajicdragon
@pufthemajicdragon 2 жыл бұрын
The beauty of youtube is that you can rewind and fast forward and scan through and skip to chapters and change the playback speed and turn on subtitles. If this were a lecture in front of a classroom, you would have a point. But for an instructional *youtube video* it was very well done.
@f.e.creation7950
@f.e.creation7950 9 ай бұрын
this guy sounds like the unity youtuber @Brackeys
Unreal Engine Materials in 6 Levels of Complexity
44:12
pwnisher
Рет қаралды 339 М.
I Struggled With Blueprint Interfaces for Years!! (Unreal Engine 5)
16:48
Glass Hand Studios
Рет қаралды 197 М.
Почему Катар богатый? #shorts
0:45
Послезавтра
Рет қаралды 2 МЛН
Switching Objects in Unreal Engine 5 Using Blueprints
9:44
Unreal ART With Alireza
Рет қаралды 24 М.
Need to Know Nodes in Unreal 5 Blueprints
48:59
Cason Quisenberry
Рет қаралды 96 М.
10 Unreal Engine 5 PLUGINS I can't live without!
9:37
Cinecom.net
Рет қаралды 619 М.
I Remade Star Wars VFX in 1 Week
10:39
ErikDoesVFX
Рет қаралды 2,8 МЛН
Why Unreal Engine 5.5 is a BIG Deal
12:11
Unreal Sensei
Рет қаралды 1,7 МЛН
All Unreal Engine Nodes You Need To Know About
32:59
Unreal University
Рет қаралды 84 М.
Почему Катар богатый? #shorts
0:45
Послезавтра
Рет қаралды 2 МЛН