Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassCommandBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveTag
(
FMassEntityHandle Entity |
The convenience function equivalent to calling PushCommand |
MassCommandBuffer.h | |
void RemoveTag
(
TConstArrayView< FMassEntityHandle > Entities |
MassCommandBuffer.h |
RemoveTag(FMassEntityHandle)
Description
The convenience function equivalent to calling PushCommand
| Name | RemoveTag |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassCommandBuffer.h |
| Include Path | #include "MassCommandBuffer.h" |
template<typename T>
void RemoveTag
(
FMassEntityHandle Entity
)
RemoveTag(TConstArrayView< FMassEntityHandle >)
| Name | RemoveTag |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassCommandBuffer.h |
| Include Path | #include "MassCommandBuffer.h" |
template<typename T>
void RemoveTag
(
TConstArrayView< FMassEntityHandle > Entities
)