Bitmasks, bitwise operations, bit logic in Unreal Engine 4

Subscribers:
12,400
Published on ● Video Link: https://www.youtube.com/watch?v=QLl_LGIDWLw



Category:
Vlog
Duration: 21:20
9,064 views
166


In this short tutorial I am presenting how to define and use Bitmasks in Unreal Engine 4. Showing how useful can be and how to mix them in order to define extra properties and relations 1 to N.
Start using bit flags (masks) instead of many booleans which can be harder to setup if project is growing.

Bitwise Operators in C/C++:
https://www.geeksforgeeks.org/bitwise-operators-in-c-cpp/

Previous guide:
https://www.youtube.com/watch?v=sCiIIsIanMA

TefelDev website: http://tefeldev.com/
Discord channel: https://discordapp.com/invite/SQ6JEkQ
Twitter: https://twitter.com/TefelDev

Please share your thoughts and if you have any request about future tutorials and guides!

#bitmask #bit #logic







Tags:
bitmasks
bitwise operations
bit logic
ue4
unreal engine 4
programming
c++
coding
games
free tutorial
guide
how to
learn writing code