Casting Explained | Unreal Engine 5 Tutorial

  Рет қаралды 44,042

Tyler Serino

Tyler Serino

Күн бұрын

Пікірлер: 94
@nikoheino3927
@nikoheino3927 8 ай бұрын
finally an actual explanation, thank you. my blueprint is still broken, but atleast now its actually reading the values from the casting, progress.
@babyitsnatural
@babyitsnatural Жыл бұрын
Too bad there are so many other people on youtube teaching this subject badly. I think your channel has been hidden amongst the weeds of channels that either don't know how to teach or don't really care about teaching... but instead they just want to look smart so they talk really fast and give esoteric and superficial explanations unlike yours which are grounded in concrete examples that are relateable and thorough.. Seriously man, this is the single best explanation about blueprints I've ever gotten. Keep it up or maybe try to make a Udemy course on this. I would SO buy that SO hard.
@hypersapien
@hypersapien Жыл бұрын
Thank you so much for going into so much detail about this, in laymen's terms. Casting has perplexed me for years, as an artist that doesn't use blueprints regularly.
@anthonysimmonsacousticmusi1098
@anthonysimmonsacousticmusi1098 Жыл бұрын
Dude that was the best video I've ever seen of explaining what these things are and how they're used it's hard when you have no background in coding to try to understand the basics of what these things are why they're used and how they're used with examples so thank you you got my sub man
@MilesKilometer
@MilesKilometer 11 ай бұрын
Dude I was so confused about casting before I saw this video. Adding to this a few minutes of research about UE5 Class hierarchy and it all started to click for me, at least I hope it's clicking lol. I've been learning game dev since the start of the year mostly using c++ with some supplemental blueprint and I just wanted to say that your explanation helps me understand the code too! You've earned a subscriber.
@Piotr-n8s
@Piotr-n8s 2 ай бұрын
Men, why you are not posting any more? You have such a gift for teaching.
@CyborgNation
@CyborgNation 9 ай бұрын
Thank you thank you, Everywhere i go people gloss over blueprints, your videos have helped me immensely
@DanVasc
@DanVasc 7 ай бұрын
Thank you
@lockekosta9014
@lockekosta9014 Жыл бұрын
What's funny is this video helped me finally understanding casting from a C++ standpoint. Coming from Unity and C#, it was just irritating me how little sense it made and I like to understand things more than just memorize them. Kept getting, "Idk, it's just how you do it." Thank you.
@troyna77
@troyna77 Жыл бұрын
Me too. I had to stop midway into a udemy unreal tutorial and watch this video to understand the prior tutorial. This YTber helped me understand.
@MilesKilometer
@MilesKilometer 11 ай бұрын
@@troyna77 Is it the one where you're making the crypt explorer game by chance?
@_azterisk
@_azterisk 9 ай бұрын
Same
@schmoborama
@schmoborama 2 ай бұрын
" I like to understand things more than just memorize them. Kept getting, "Idk, it's just how you do it."" THIS THIS THIIIIIIISSSSSSSS
@cosmotect
@cosmotect 11 ай бұрын
Thanks! Since you have covered BP communication, perhaps next you could cover data types, data tables, data assets, structs, and everything related to storing game information and when is best to use each of them?
@TylerSerino
@TylerSerino 11 ай бұрын
Actually working on those topics currently!
@cosmotect
@cosmotect 11 ай бұрын
@@TylerSerino Hell yeah! Subbed, and looking forward!
@johnterpack3940
@johnterpack3940 6 ай бұрын
I just installed UE 5 today. Getting ready to follow a tutorial that seemed really clear, but kind of glossed over casting. I'm familiar with programming, so you explaining it as inheritance really clarified things.
@arisnikolopoulos5280
@arisnikolopoulos5280 16 күн бұрын
Deep knowledge of the subject/ Eloquence/ intelligible accent: Usually you find - at best - two out of three. You my friend have all three. One of the best educators I've found in the internet about any subject! 10/10
@MichaelBullo
@MichaelBullo 2 ай бұрын
This is fantastic. Thank you.
@MarionPoittevin
@MarionPoittevin 8 ай бұрын
Awesome, thorough, helpful tutorial. Thanks a bunch for this !
@woetrei
@woetrei 3 ай бұрын
The first 10 seconds hit right on the head!
@jamerthegamer13
@jamerthegamer13 Жыл бұрын
Dude this video was perfect, I am attempting to create a game with several interactions and was getting frustrated with nesting casts, I got so called out at the end lmfao, looking to learn about blueprint interfaces!
@autumnnotes7
@autumnnotes7 9 ай бұрын
Thank you so much for this. You've got better, more concise explanations than everyone else on here. I hope you explore some of the more esoteric nodes. I want to feel smarter when I watch some dude speedrun an IK tutorial
@KernalGohd
@KernalGohd Жыл бұрын
I've recently taken up Unreal, and found most tutorials lacking explanations of stuff like this. I ended up just reading the documentation instead. So many tutorials will tell you how to do something but not how it does something. With casting in particular I've justified it mentally as the blueprint picks up the casted object and looks at it, it is now able to interact with it and know about it. With a video like this I could have saved several hours on the weekend.
@samuelmertens4116
@samuelmertens4116 Жыл бұрын
Can you help me out real quick? I watched it but still couldn't know what to put in the "object" pin in my project... I have my player, a character that chase me, and a safezone that despawns the character. I need in the safezone's BP a cast to the character BP, but everything i plug in the object pin gives an error/doesn't work
@KernalGohd
@KernalGohd Жыл бұрын
@@samuelmertens4116 Sorry for replying so late. If youre having a cast go back and forth between 2 objects, it can cause problems and not work, for something like that you may want to use a blueprint interface, which Tyler has another really good video on. If that isnt the case, then I think youd need to show pictures to get a better idea of what could be causing issues.
@arkemal
@arkemal 11 ай бұрын
Excellent, thank you! You're a great teacher!
@Molls.Snowdon
@Molls.Snowdon 3 ай бұрын
the first 10 seconds gave me a good laugh! Exactly why i wanted this video xD
@ttguitarnoob
@ttguitarnoob Жыл бұрын
How did you know what my exact problem was
@Mistform3D
@Mistform3D 8 ай бұрын
Randomly got suggested this when looking up an issue… and was like “wait I worked on “Road Mode” with him lol. Nice video my dude. 👍
@MarvenYassen
@MarvenYassen Жыл бұрын
Thank you for the simple and thorough explaining
@StarWyse
@StarWyse 8 ай бұрын
oh my god, this just helped me out so much!! thank you so so so much!!!!!
@joeypouladi
@joeypouladi 6 ай бұрын
Clearly explained. 👍
@KDmadness18
@KDmadness18 4 ай бұрын
Help!!! At 8:46 - the ONLY reason this all works is because you're able to click on your third person character, and set the cube_guy reference. This doesn't work for me because I'm doing the casting from my gamemode. So how am I supposed to click on 'gamemode' and set my cast references???
@TylerSerino
@TylerSerino 4 ай бұрын
What are you trying to cast to from your game mode? Like I said, how you get an object reference is all going to depend on what you're doing. You have to ask if casting from your game mode to the object your trying to communicate with is the best method, or if it should be the other way. A lot of the time, I cast to my game mode from anything else, because you can simply call the "Get Game Mode" node and use that as an object reference
@KDmadness18
@KDmadness18 4 ай бұрын
@@TylerSerino hmm perhaps I should flip it then? In my game mode I spawn different actors, and I was trying to cast to the actor in order to utilize a bool var that was in the actor. This is where I’m stuck because I’m not sure if while in my gamemode_BP, if casting to other objects is even possible.
@TylerSerino
@TylerSerino 4 ай бұрын
@@KDmadness18 If you're spawning the actors in from the game mode, you shouldn't even need to cast, the blue pin coming out of the "spawn actor from class node" should give you a direct reference to the item you're spawning
@franco-russo
@franco-russo 4 ай бұрын
This didn't solve my problem. I just am more confused than when I started...What do I put in object?
@TylerSerino
@TylerSerino 4 ай бұрын
What are you trying to cast to and from where are you trying to cast
@franco-russo
@franco-russo 4 ай бұрын
@@TylerSerino Thank you for your response, but I have figured it out! Note to self, don't try to develop a game on hardly any sleep. Haha
@sarahlynn7807
@sarahlynn7807 Жыл бұрын
I would love a video on soft references. I am still scratching my head over them and most videos are very confusing about the use cases.
@pixelsgraphicdesign
@pixelsgraphicdesign Жыл бұрын
This really helped me! Thanks! I thought Cast To meant Sending data. I see now it means it's a throughput. And your details about object helped too, great examples!
@alexrybin3798
@alexrybin3798 8 ай бұрын
Brilliant tutorial thanks a lot man!!! Honestly, I think cast is not the best name for what It does , this was number one for me why it was so confusing…
@ivomollov3073
@ivomollov3073 9 ай бұрын
If you were to make an interaction system as the one you described in the video, how would you do it without collision detection?
@DaveDavies-mq2fj
@DaveDavies-mq2fj Жыл бұрын
Many thanks , very helpful !
@Hemrahban
@Hemrahban Жыл бұрын
thanks, that was a great explaination
@py8115
@py8115 10 ай бұрын
Thank you, it helped a lot!
@AlexVladimir-Harmanem
@AlexVladimir-Harmanem 3 ай бұрын
6:46 "i´m gonna confuse you a little bit" *me already confused and overwhelmed
@knampf9779
@knampf9779 8 ай бұрын
Very well explained
@schmoborama
@schmoborama 2 ай бұрын
So when you use 'Begin Overlap' it can use "Other Actor" to plug into the Cast ; do all other forms of interaction have that output?
@corey13
@corey13 Жыл бұрын
Great video, thank you
@maabul01
@maabul01 Жыл бұрын
Thank you soo much. Perfect video.
@erdemgungor8674
@erdemgungor8674 Жыл бұрын
this video helped a lot thanks man
@jiwik731
@jiwik731 Жыл бұрын
I always find out what wildcard to use if it does not say any error or note. :D But i began to reroute casting with interface wherever i can or know how. But this video helps. Thanks.
@DesiHorrorShow
@DesiHorrorShow Жыл бұрын
Great explanation.
@Cjoudan
@Cjoudan 4 ай бұрын
still clear as mud for my situation.
@TylerSerino
@TylerSerino 4 ай бұрын
What are you trying to cast to and from where?
@Builtit1
@Builtit1 5 ай бұрын
IVE WATCHED THIS 3 TIMES 😭😭😭
@airplaneB3N
@airplaneB3N 2 ай бұрын
Seems like every tutorial I find uses the same textbook example using overlap events and the 'other actor' pin. Would have been nice to see a different example. I'm still totally stuck on this.
@marcsimonsen
@marcsimonsen Жыл бұрын
This helped a lot =)
@onlyasecond
@onlyasecond Жыл бұрын
thanks man
@rynabuns
@rynabuns 7 ай бұрын
I love Cube Guy 😭
@MikaeloSanJose-gk8pl
@MikaeloSanJose-gk8pl Жыл бұрын
Hi Tyler. I am trying to make two BPs use each other's variable. I have a player character BP and an actor BP as an ability projectile. I would like to have multiple different ability actor BP. I am trying to increase the ability's damage increase by the players bonus damage. I have tired the method at 6:50 of the video as well as getting all actors of the class and then connecting it to the cast to node. I am not sure what I am doing wrong:( I do have an imgur link that i could send to you Any help would be greatly appreciated Thank you in advance!:)
@TylerSerino
@TylerSerino Жыл бұрын
Since it’s a projectile I’m assuming your spawning them in during game? If so each time you spawn one in, that’s a new object and when you destroy them the object reference will no longer be valid. If I’m correct and you’re spawning them in during runtime, what you could do is set the variable for bonus damage on the projectile as “expose on spawn”. Click the variable in the blueprint and look on the right hand side in the details panel. Now, when you use the node “spawn actor from class” that bonus damage will be an input. If I’m wrong and your not spawning it in, or if you’re still having trouble, send me the imgr link and I’ll try to help
@MikaeloSanJose-gk8pl
@MikaeloSanJose-gk8pl Жыл бұрын
@@TylerSerino Yes thank you so much!!!!! This is exactly what I needed I can't thank you enough:) I really appreciate your videos!
@artdrawing6682
@artdrawing6682 Жыл бұрын
this explain new somthing abaut casting thanx but if ihave 3 diffrent class exmp bp 1 bo 2 and bp3 and haw to cast 3 actore in same cod letme explain more i have actor name AI from event tick i need to cast this 3 actor in the same time
@SplarcieRS
@SplarcieRS Жыл бұрын
Nice video, me and a friend are new to UE5 and we can't seem to figure out the cast to class and to have that class go into multiple different object. How would that work? One class for multiple objects, like basically a cubeguy and coneguy, but it just is looking to see if its a shapeguy (any interactable object you'd want). That way you could pick up or see name of either shape/object. There's definitely a way I don't know that doesn't involve duplicating the same code over and over for each new object 😂Help would be greatly appreciated
@TylerSerino
@TylerSerino Жыл бұрын
You’d use inheritance, and cast to the parent class. So you’d have a shape guy that your cube and cone guy inherit from. Anything they have in common will go in the parent
@SplarcieRS
@SplarcieRS Жыл бұрын
@@TylerSerino Solid, will check out your inheritance video to try and get a better understanding
@TylerSerino
@TylerSerino Жыл бұрын
@@SplarcieRS Youll also want to check out interfaces. Doesn't have to be my video, but interfaces are potentially another way to achieve this, however, if it's just something like a cube guy and a cone guy, i'd use inheritance. If it were, say, a cube guy, a cone guy, and a door (door is completely different), then you'd want to use a combination of the two. Either way, both super useful/important concepts to understand. Best of luck!
@UnrealEngine-y7t
@UnrealEngine-y7t 10 ай бұрын
ty
@aakburns
@aakburns 11 ай бұрын
Use the sparingly.
@Ahmadnaweed786
@Ahmadnaweed786 Жыл бұрын
Nice tutorial. I have watced your other videos about blueprint interfaces and event dispatchers and I like them, very helpful. But I have a problem which I am still unable to solve. I hope I can explain it in a few lines of comment. Simply put, I want to send data in other words cast to character blueprint from a game mode blueprint. I have tried CAST TO and INTERFACES and EVENT DISPATCHERS but none of them worked. All three of these have the same input pin, OBJECT or TARGET which I don't know what to plug-in in the game mode blueprint. Here is the setup: The game mode blueprint randomly spawns NPCs (enemeys) in waves in the level which the player has to fight and kill. Now what I want is that the dead bodies of the NPCs stay on the floor until the wave is finished and then get rid of the bodies cleaning the floor for the next wave. There is a node in the game mode blueprint that is called whenever a wave is finished and initiates the next wave, at this moment I want this node to send a message to the enemey character blueprint to remove the bodies from the level. If this doesn't clearly explain the problem I would gladly record a videos of it and let you watch it. Thanks
@TylerSerino
@TylerSerino Жыл бұрын
Off the top of my head, what I would do is create an event dispatcher in the game mode that gets called when the wave is finished, in your enemy bp, you can use the “get game mode” node and bind to that event dispatcher to destroy them Edit: you can use get game mode, and use that to cast to your specific game mode, then you bind
@Ahmadnaweed786
@Ahmadnaweed786 Жыл бұрын
I have tried that already. In the enemy bp, the "get game mode" output pin doesn't connect to the input pin of the event dispatcher. Here is what it says: game mode base object reference is not compatible with bp game mode object reference.
@TylerSerino
@TylerSerino Жыл бұрын
@@Ahmadnaweed786You cant connect directly from the "get game mode" node, you have to cast to the game mode your using, which is going to be a child of the game mode returned by the "get game mode" node. So GetGameMode->CastToYourGameMode->bindtoeventdispatcher. If you need more help you can message me on discord tyler8106
@Ahmadnaweed786
@Ahmadnaweed786 Жыл бұрын
@@TylerSerino ok thanks. I will do this and let you know the results.
@Ahmadnaweed786
@Ahmadnaweed786 Жыл бұрын
​@@TylerSerino it worked! thanks. And I have also sent you a friend request on Discord.
@lukaspellant5862
@lukaspellant5862 9 ай бұрын
*My thought - What the heck is this object pin for. *Video starts - "if you clicked on this video you are probably trying to find out what this object pin is for".
@st.wassm.760
@st.wassm.760 9 күн бұрын
Really good Video, Bit as i seem to be stupid, i still dont get this…
@venomtang
@venomtang 11 ай бұрын
have a like.
@favourdesirous
@favourdesirous 22 күн бұрын
word
@andristefanus
@andristefanus Жыл бұрын
mystery solved
@justinhowlett5316
@justinhowlett5316 4 ай бұрын
i hate unreals cast to. way too fucking complicated to figure out. what a mess
@Si-Toecutter
@Si-Toecutter 2 ай бұрын
waste of time unless your doing begin overlap
@alexgomez-bi2bk
@alexgomez-bi2bk Жыл бұрын
A blueprint is a class that can be an object instance. An actor is considered its parent class, BUT the child class is also called actor. So when the "other actor" pin gets connected to the object pin the logic flow is Get Owner: target is actor component is essentially finding the child class of the parent class actor and outputting to Object pin which represents the instance of it. Then cast to references the blueprint to access which in turn "gets" target first name. Now for other actor to Object pin overlap executes on any actor and Cast to operates within the parameters of itself because the "Object" is the instance of the cast to blueprint class. I'm not too sure about overlap being executed but not going through or just simply not executing at all. The reason why I am not sure is because the Object pin is an input I THINK, not an output. I just started unreal like a month ago don't really grasp the concept that well
@schmoborama
@schmoborama 3 ай бұрын
Thanks but you actually skipped over what to connect to the Object pin when casting to an Actor 🤦‍♂ Just creating an Actor variable doesn't work
@TylerSerino
@TylerSerino 3 ай бұрын
Are you casting to the base actor class or a class you created that inherits from actor? You can’t just plug an empty actor variable in, you need a variable that stores a reference to whatever class you’re trying to cast to
@schmoborama
@schmoborama 3 ай бұрын
​@@TylerSerino Hey thanks for responding! When you do that, it warns you that you don't need to cast anymore, since you already have a reference to that actor class... ?
@schmoborama
@schmoborama 2 ай бұрын
Ok I watched again and see you covered the warning "You don't need to cast to that actor". So if I'm not using Overlap, do I just make a box to reference to in an actor reference variable? Or a BP_box? I think I tried that and it didn't work - ? If it 'should' work, I'll keep trying it, I must have missed something. But it would be great if you could do some other examples aside from Overlap!
@TylerSerino
@TylerSerino 2 ай бұрын
@@schmoborama It ultimately depends on what you're trying to do. You can use overlaps, line traces, you can create variables that you set as instance editable and set them in the details pannel in the editor if they aren't going to change. If you were trying to talk to your game mode, you'd use the "get game mode" node and cast using that. Ultimately what it comes down to is obtaining a reference to the object you're trying to talk to, and if its not a direct reference, cast. But how you do that depends on what you're doing
@schmoborama
@schmoborama 2 ай бұрын
​@@TylerSerino Yea that's the problem - how you should do it depends completely on what you're trying to do, it's different for everything, and it's different enough that you have to be shown how for each one - and no one is showing how for each one,, only a couple. which leaves everyone else with their hands in the air 🤷‍♂ "what it comes down to is obtaining a reference - if its not a direct reference, cast" But casting is what I need the reference for in the first place - ?? Sorry to keep bugging you and I hope I'm not just being stupid - but I have to keep at it until it clicks
Blueprint Interfaces | Unreal Engine 5 Tutorial
14:41
Tyler Serino
Рет қаралды 64 М.
I Struggled With Blueprint Interfaces for Years!! (Unreal Engine 5)
16:48
Glass Hand Studios
Рет қаралды 197 М.
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН
All Unreal Engine Nodes You Need To Know About
32:59
Unreal University
Рет қаралды 84 М.
PLEASE just use CASTING
14:18
The Game Dev Cave
Рет қаралды 11 М.
Unreal Engine 5.5 Green Screen Tricks (Blender to Unreal)
11:42
Andrew DiLeo
Рет қаралды 9 М.
Unreal Engine Materials in 6 Levels of Complexity
44:12
pwnisher
Рет қаралды 339 М.
5 Tricks you (probably) don't know about Unreal Engine 5
10:44
Cinecom.net
Рет қаралды 411 М.
10 Unreal Engine 5 PLUGINS I can't live without!
9:37
Cinecom.net
Рет қаралды 619 М.
The Most Common Mistake Beginners Make in Unreal Engine | UE5
12:17
Ali Elzoheiry
Рет қаралды 134 М.