Navigation
API > API/Plugins > API/Plugins/MassEntity > API/Plugins/MassEntity/FMassCommandBuffer
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassCommandBuffer.h |
| Include | #include "MassCommandBuffer.h" |
| Source | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Private/MassCommandBuffer.cpp |
void MoveAppend
&40;
FMassCommandBuffer & InOutOther
&41;
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 |