Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MassEntityManager.h | |||
UE::Mass::FSparseElementIterator CreateSparseElementsIterator
(
TNotNull< const UScriptStruct* > ElementType |
Creates UE::Mass::FSparseElementIterator instance that can be used to iterate over all instances of a given sparse element fragment Note: works only for sparse fragments, as tags contain no data. | MassEntityManager.h |
CreateSparseElementsIterator()
| Name | CreateSparseElementsIterator |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
template<UE::Mass::CSparse T>
UE::Mass::FSparseElementIterator CreateSparseElementsIterator()
CreateSparseElementsIterator(TNotNull< const UScriptStruct * >)
Description
Creates UE::Mass::FSparseElementIterator instance that can be used to iterate over all instances of a given sparse element fragment Note: works only for sparse fragments, as tags contain no data.
| Name | CreateSparseElementsIterator |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
UE::Mass::FSparseElementIterator CreateSparseElementsIterator
(
TNotNull< const UScriptStruct * > ElementType
)