Navigation
API > API/Plugins > API/Plugins/MassEntity
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassArchetypeTypes.h |
| Include | #include "MassArchetypeTypes.h" |
Syntax
struct FMassRawEntityInChunkData
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 * | ChunkRawMemory | ||
| int32 | IndexWithinChunk |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMassRawEntityInChunkData
(
uint8* InChunkRawMemory, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FMassRawEntityInChunkData& Other |