Navigation
API > API/Runtime > API/Runtime/MassEntity
References
| Module | MassEntity |
| Header | /Engine/Source/Runtime/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 | ||
| FMassConstSharedFragmentBitSet | ConstSharedFragments | ||
| FMassFragmentBitSet | Fragments | ||
| FMassSharedFragmentBitSet | SharedFragments | ||
| FMassTagBitSet | Tags |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMassArchetypeCompositionDescriptor
(
TConstArrayView< FInstancedStruct > InFragmentInstances, |
|||
FMassArchetypeCompositionDescriptor
(
FMassFragmentBitSet&& InFragments, |
|||
FMassArchetypeCompositionDescriptor
(
FMassFragmentBitSet&& InFragments |
|||
FMassArchetypeCompositionDescriptor
(
FMassTagBitSet&& InTags |
|||
FMassArchetypeCompositionDescriptor
(
const FMassFragmentBitSet& InFragments, |
|||
FMassArchetypeCompositionDescriptor
(
TConstArrayView< const UScriptStruct* > InFragments, |
|||
FMassArchetypeCompositionDescriptor
(
TConstArrayView< FInstancedStruct > InFragmentInstances, |
|||
FMassArchetypeCompositionDescriptor
(
FMassFragmentBitSet&& InFragments, |
|||
FMassArchetypeCompositionDescriptor
(
const FMassFragmentBitSet& InFragments, |
|||
FMassArchetypeCompositionDescriptor
(
TConstArrayView< const UScriptStruct* > InFragments, |
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 () |