Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassEntityQuery.h |
Include |
#include "MassEntityQuery.h" |
enum EMassFragmentAccess
{
None,
ReadOnly,
ReadWrite,
MAX,
}
Name |
Description |
---|---|
None |
No binding required |
ReadOnly |
We want to read the data for the fragment. |
ReadWrite |
We want to read and write the data for the fragment. |
MAX |