Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassCommandBuffer
References
| Module | MassEntity |
| Header | /Engine/Source/Runtime/MassEntity/Public/MassCommandBuffer.h |
| Include | #include "MassCommandBuffer.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassCommandBuffer.cpp |
void MoveAppend
(
FMassCommandBuffer & InOutOther
)
Remarks
Appends the commands from the passed buffer into this one
Parameters
| Name | Description |
|---|---|
| InOutOther | the source buffer to copy the commands from. Note that after the call the InOutOther will be emptied due to the function using Move semantics |