Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassCommandBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveElements
(
FMassEntityHandle Entity |
Removes any mix of element types (fragments, tags, shared, const shared, sparse) from an entity. | MassCommandBuffer.h | |
void RemoveElements
(
TConstArrayView< FMassEntityHandle > Entities |
Removes any mix of element types (fragments, tags, shared, const shared, sparse) from entities. | MassCommandBuffer.h | |
void RemoveElements
(
FMassEntityHandle Entity, |
Removes any mix of element types from an entity. Types provided at runtime. Uses PushUniqueCommand. | MassCommandBuffer.h | |
void RemoveElements
(
TConstArrayView< FMassEntityHandle > Entities, |
Removes any mix of element types from entities. Types provided at runtime. Uses PushUniqueCommand. | MassCommandBuffer.h |
RemoveElements(FMassEntityHandle)
Description
Removes any mix of element types (fragments, tags, shared, const shared, sparse) from an entity. Batches via PushCommand.
| Name | RemoveElements |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassCommandBuffer.h |
| Include Path | #include "MassCommandBuffer.h" |
template<typename... TTypes>
void RemoveElements
(
FMassEntityHandle Entity
)
RemoveElements(TConstArrayView< FMassEntityHandle >)
Description
Removes any mix of element types (fragments, tags, shared, const shared, sparse) from entities. Batches via PushCommand.
| Name | RemoveElements |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassCommandBuffer.h |
| Include Path | #include "MassCommandBuffer.h" |
template<typename... TTypes>
void RemoveElements
(
TConstArrayView< FMassEntityHandle > Entities
)
RemoveElements(FMassEntityHandle, TConstArrayView< const UScriptStruct * >)
Description
Removes any mix of element types from an entity. Types provided at runtime. Uses PushUniqueCommand.
| Name | RemoveElements |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassCommandBuffer.h |
| Include Path | #include "MassCommandBuffer.h" |
void RemoveElements
(
FMassEntityHandle Entity,
TConstArrayView< const UScriptStruct * > ElementTypes
)
RemoveElements(TConstArrayView< FMassEntityHandle >, TConstArrayView< const UScriptStruct * >)
Description
Removes any mix of element types from entities. Types provided at runtime. Uses PushUniqueCommand.
| Name | RemoveElements |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassCommandBuffer.h |
| Include Path | #include "MassCommandBuffer.h" |
void RemoveElements
(
TConstArrayView< FMassEntityHandle > Entities,
TConstArrayView< const UScriptStruct * > ElementTypes
)