Navigation
API > API/Plugins > API/Plugins/MassEntity
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassCommandBuffer.h |
| Include | #include "MassCommandBuffer.h" |
Syntax
struct FMassCommandBuffer
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddFragment
(
FMassEntityHandle Entity |
||
| void | AddFragment_RuntimeCheck
(
FMassEntityHandle Entity |
||
| void | AddTag
(
FMassEntityHandle Entity |
The convenience function equivalent to calling PushCommand |
|
| void | AddTag_RuntimeCheck
(
FMassEntityHandle Entity |
||
| void | DestroyEntities
(
TConstArrayView< FMassEntityHandle > InEntitiesToDestroy |
||
| void | DestroyEntity
(
FMassEntityHandle Entity |
||
| SIZE_T | |||
| bool | |||
| bool | IsFlushing () |
||
| void | MoveAppend
(
FMassCommandBuffer& InOutOther |
Appends the commands from the passed buffer into this one | |
| void | PushCommand
(
TArgs&&... InArgs |
||
| void | PushCommand
(
const FMassEntityHandle Entity |
Adds a new entry to a given TCommand batch command instance | |
| void | PushCommand
(
TConstArrayView< FMassEntityHandle > Entities |
||
| void | PushCommand
(
const FMassEntityHandle Entity, |
Adds a new entry to a given TCommand batch command instance | |
| void | RemoveFragment
(
FMassEntityHandle Entity |
||
| void | RemoveFragment_RuntimeCheck
(
FMassEntityHandle Entity |
||
| void | RemoveTag
(
FMassEntityHandle Entity |
The convenience function equivalent to calling PushCommand |
|
| void | RemoveTag_RuntimeCheck
(
FMassEntityHandle Entity |
||
| void | SwapTags
(
FMassEntityHandle Entity |
The convenience function equivalent to calling PushCommand |
|
| void | SwapTags_RuntimeCheck
(
FMassEntityHandle Entity |