Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassArchetypeTypes.h |
Include |
#include "MassArchetypeTypes.h" |
struct FArchetypeChunkCollection
A struct that converts an arbitrary array of entities of given Archetype into a sequence of continuous entity chunks. The goal is to have the user create an instance of this struct once and run through a bunch of systems. The runtime code usually uses FMassArchetypeChunkIterator to iterate on the chunk collection.
Name | Description | |
---|---|---|
|
FArchetypeChunkCollection() |
|
|
FArchetypeChunkCollection ( |
|
|
FArchetypeChunkCollection ( |
|
|
FArchetypeChunkCollection ( |
Name | Description | ||
---|---|---|---|
|
const FArche... |
GetArchetype() |
|
|
TArrayView< ... |
GetChunks() |
|
|
IsEmpty() |
||
|
IsSame ( |
The comparison function that checks if Other is identical to this. |
|
|
IsSet() |
||
|
Reset() |
Name |
Description |
|
---|---|---|
|
FChunkInfo |
Name |
Description |
|
---|---|---|
|
EDuplicatesHandling |