Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FConcurrentEntityStorage
| |
|
| Name |
FEntityData |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/MassEntity/Public/MassEntityManagerStorage.h |
| Include Path |
#include "MassEntityManagerStorage.h" |
Syntax
struct FEntityData
Destructors
Constants
| Name |
Type |
Remarks |
Include Path |
| MaxGenerationBits |
int |
|
MassEntityManagerStorage.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsAllocated |
uint32 |
1 if the entity is NOT free |
MassEntityManagerStorage.h |
|
| CurrentArchetype |
TSharedPtr< FMassArchetypeData > |
|
MassEntityManagerStorage.h |
|
| GenerationId |
uint32 |
Generation ID or version of the entity in this slot |
MassEntityManagerStorage.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Converts EntityData state into a SerialNumber for public usage |
MassEntityManagerStorage.h |
|
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool operator==
(
const FEntityData& Other
) const
|
|
MassEntityManagerStorage.h |
|