Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
FMassCommandBuffer & InOutOther
)
Appends the commands from the passed buffer into this one
that after the call the InOutOther will be emptied due to the function using Move semantics
Parameter |
Description |
---|---|
InOutOther |
the source buffer to copy the commands from. |