Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FEntityCollection
Description
Based on the provided FMassArchetypeEntityCollection creates an array of entity handles and stores them. If up to this point the cached FMassArchetypeEntityCollection-s are consistent with stored EntityHandles then InEntityCollection gets stored as well, and stored collections are not marked as dirty.
| Name | AppendCollection |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityCollection.h |
| Include Path | #include "MassEntityCollection.h" |
template<typename T>
void AppendCollection
(
T && InEntityCollection
)