Navigation
API > API/Runtime > API/Runtime/MassEntity
Enum used by MassBatchCommands to declare their "type". This data is later used to group commands so that command effects are applied in a controllable fashion Important: if changed make sure to update FMassCommandBuffer::Flush.CommandTypeOrder as well
| Name | EMassCommandOperationType |
| Type | enum |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassCommands.h |
| Include Path | #include "MassCommands.h" |
Syntax
enum EMassCommandOperationType
{
None,
Create,
Add,
Remove,
ChangeComposition,
Set,
Destroy,
MAX,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Create | |
| Add | |
| Remove | |
| ChangeComposition | |
| Set | |
| Destroy | Depending on specific command, so this group will always be executed after the Add group |
| MAX |