Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassProcessingTypes.h |
Include |
#include "MassProcessingTypes.h" |
enum EProcessorExecutionFlags
{
None = 0,
Standalone = 1 << 0,
Server = 1 << 1,
Client = 1 << 2,
All = Standalone | Server | Client,
}
Name |
Description |
---|---|
None |
|
Standalone |
|
Server |
|
Client |
|
All |