Navigation
API > API/Plugins > API/Plugins/MassEntity
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassEntityTypes.h |
| Include | #include "MassEntityTypes.h" |
Syntax
struct FMassArchetypeCompositionDescriptor
Remarks
The type summarily describing a composition of an entity or an archetype. It contains information on both the fragments as well as tags
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMassChunkFragmentBitSet | ChunkFragments | ||
| FMassFragmentBitSet | Fragments | ||
| FMassSharedFragmentBitSet | SharedFragments | ||
| FMassTagBitSet | Tags |
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | |||
| uint32 | CalculateHash
(
const FMassFragmentBitSet& InFragments, |
||
| int32 | |||
| void | DebugOutputDescription
(
FOutputDevice& Ar |
||
| bool | HasAll
(
const FMassArchetypeCompositionDescriptor& OtherDescriptor |
||
| bool | IsEmpty () |
||
| bool | IsEquivalent
(
const FMassArchetypeCompositionDescriptor& OtherDescriptor |
||
| void | Reset () |