Your channel is a gold mine ! Thanks for your work
@KharmaGuess6 ай бұрын
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)
@zilla856 ай бұрын
Nice small chunk of knowledge, thank you 🙂
@cpr_ojects6 ай бұрын
Thanks man you're great
@GorkaGames6 ай бұрын
thank you man!!
@curioussoul515121 күн бұрын
Thank you
@PlumUnicorn4 ай бұрын
This helped me, thank you!
@jarnine-d9n5 ай бұрын
Did you get a new mic?, sounds crisp and there's more bass in your voice. Thank you for the video.
@glitchygrub5 ай бұрын
Amazin!
@kapour66685 ай бұрын
How did you learn to code fluently in unreal engine with blueprints
@DzDev-real6 ай бұрын
That’s a legend
@lisa-eh2mr6 ай бұрын
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!
@toutong67576 ай бұрын
Hello, nice video, can you go further by talking about Bitmask
@kids243593 ай бұрын
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
@Neonight06 ай бұрын
Nice!
@GorkaGames6 ай бұрын
thank you man!!
@starhyderabadigaming88026 ай бұрын
You are the best
@ray2dasherthedragon336Ай бұрын
Any chances u can do this for item rarity?. So for example Item A : 60% Item B : 30% Item c : 10%
@ray2dasherthedragon336Ай бұрын
For like a random system with the output being from a common item to a rare item
@ray2dasherthedragon336Ай бұрын
Oh and would enum be good for that or something else like a struct or something?