Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/UMassProcessor
Description
Sets new ExecutionPriority for this processor. The change will take effect the next time the processing graph is built Note that at this point this operation does not cause processing graph rebuilding, so this function should be used before processor's initialization or as part of code that will cause processing graph rebuilding anyway.
| Name | SetExecutionPriority |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassProcessor.h |
| Include Path | #include "MassProcessor.h" |
void SetExecutionPriority
(
const int16 NewExecutionPriority
)
See Also
- ExecutionPriority