Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/IEntityStorageInterface
| |
|
| Name |
EEntityState |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/MassEntity/Public/MassEntityManagerStorage.h |
| Include Path |
#include "MassEntityManagerStorage.h" |
Syntax
enum EEntityState
{
Free,
Reserved,
Created,
}
Values
| Name |
Remarks |
| Free |
Entity index refers to an entity that is free to be reserved or created |
| Reserved |
Entity index refers to a reserved entity |
| Created |
Entity index refers to an entity assigned to an archetype |