Unreal Engine

Bitflags in Unreal C++

2 minute read

You’re in a situation where you want to combine multiple flags into one simple variable. A simple example we can look at to help illustrate this is the firem...

Back to Top ↑