For beginners you forgot to show how to set the each enum value. F.e. may be needed to make 4 keys 1,2,3 and 4 and after each set the necessary enum value. And after make a switch for all 4 values after left mouse button. It will be clearly understandable how to use enums in practice. Nevertheless thank you for your tutors (I started learning UE with them)
@zilla854 ай бұрын
Nice small chunk of knowledge, thank you 🙂
@cpr_ojects4 ай бұрын
Thanks man you're great
@GorkaGames4 ай бұрын
thank you man!!
@PlumUnicorn2 ай бұрын
This helped me, thank you!
@jarnine-d9n4 ай бұрын
Did you get a new mic?, sounds crisp and there's more bass in your voice. Thank you for the video.
@lisa-eh2mr4 ай бұрын
Hey, could you make a video on how the GTA Online mechanic works for entering rooms? Specifically, I’d like to understand how a building without an interior allows you to enter a separate room with its own assets when you stand in front of it. Thanks!
@toutong67574 ай бұрын
Hello, nice video, can you go further by talking about Bitmask
@skippyzk4 ай бұрын
Gameplay tag select plugin is godlike
@kapour66684 ай бұрын
How did you learn to code fluently in unreal engine with blueprints
@glitchygrub4 ай бұрын
Amazin!
@DzDev-real4 ай бұрын
That’s a legend
@kids24359Ай бұрын
when you have multy function in enum like weapon type or attach type ... etc . you should be add variable of that enum and make it array not single variable
@Neonight04 ай бұрын
Nice!
@GorkaGames4 ай бұрын
thank you man!!
@skippyzk4 ай бұрын
I love enums
@starhyderabadigaming88024 ай бұрын
You are the best
@ray2dasherthedragon33611 сағат бұрын
Any chances u can do this for item rarity?. So for example Item A : 60% Item B : 30% Item c : 10%
@ray2dasherthedragon33611 сағат бұрын
For like a random system with the output being from a common item to a rare item
@ray2dasherthedragon33610 сағат бұрын
Oh and would enum be good for that or something else like a struct or something?