Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassEntityQuery.h |
Include |
#include "MassEntityQuery.h" |
enum EMassFragmentPresence
{
All,
Any,
None,
Optional,
MAX,
}
Name |
Description |
---|---|
All |
All of the required fragments must be present. |
Any |
One of the required fragments must be present. |
None |
None of the required fragments can be present. |
Optional |
If fragment is present we'll use it, but it missing stop processing of a given archetype. |
MAX |