FMassCommandBuffer::MoveAppend

Appends the commands from the passed buffer into this one

Choose your operating system:

Windows

macOS

Linux

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

Syntax

void MoveAppend
(
    FMassCommandBuffer & InOutOther
)

Remarks

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

Parameters

Parameter

Description

InOutOther

the source buffer to copy the commands from.