Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FSparseElementsStorage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 BatchRemoveElementFromEntities
(
TArray< FMassEntityHandle >& InOutEntityHandles |
MassSparseElementsStorage.h | ||
int32 BatchRemoveElementFromEntities
(
TArray< FMassEntityHandle >& InOutEntityHandles, |
MassSparseElementsStorage.h | ||
int32 BatchRemoveElementFromEntities
(
TArrayView< const FMassEntityHandle > InEntityHandles, |
MassSparseElementsStorage.h |
BatchRemoveElementFromEntities(TArray< FMassEntityHandle > &)
| Name | BatchRemoveElementFromEntities |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassSparseElementsStorage.h |
| Include Path | #include "MassSparseElementsStorage.h" |
template<CSparse T>
int32 BatchRemoveElementFromEntities
(
TArray < FMassEntityHandle > & InOutEntityHandles
)
num element instances actually removed
BatchRemoveElementFromEntities(TArray< FMassEntityHandle > &, TNotNull< const UScriptStruct * >)
| Name | BatchRemoveElementFromEntities |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassSparseElementsStorage.h |
| Include Path | #include "MassSparseElementsStorage.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassSparseElementsStorage.cpp |
int32 BatchRemoveElementFromEntities
(
TArray < FMassEntityHandle > & InOutEntityHandles,
TNotNull< const UScriptStruct * > ElementType
)
num element instances actually removed
Parameters
| Name | Remarks |
|---|---|
| InOutEntityHandles | may get modified by the function - sorted and invalid handles removed |
BatchRemoveElementFromEntities(TArrayView< const FMassEntityHandle >, TNotNull< const UScriptStruct * >)
| Name | BatchRemoveElementFromEntities |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassSparseElementsStorage.h |
| Include Path | #include "MassSparseElementsStorage.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassSparseElementsStorage.cpp |
int32 BatchRemoveElementFromEntities
(
TArrayView < const FMassEntityHandle > InEntityHandles,
TNotNull< const UScriptStruct * > ElementType
)