Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassCommandBuffer.h |
Include |
#include "MassCommandBuffer.h" |
struct FMassCommandBuffer
Name | Description | |
---|---|---|
|
FMassCommandBuffer() |
Name | Description | ||
---|---|---|---|
|
AddFragment ( |
||
|
AddTag ( |
||
|
BatchDestroyEntities ( |
||
|
DestroyEntity ( |
||
|
EmplaceCommand ( |
Emplace any command, requires to derive from FCommandBufferEntryBase |
|
|
T & |
EmplaceCommand_GetRef ( |
Emplace any command and return its ref, requires to derive from FCommandBufferEntryBase |
|
GetAllocatedSize() |
||
|
HasPendingCommands() |
||
|
MoveAppend ( |
Appends the commands from the passed buffer into this one |
|
|
PushCommand ( |
Push any command, requires to derive from FCommandBufferEntryBase |
|
|
RemoveFragment ( |
||
|
RemoveTag ( |
||
|
ReplayBufferAgainstSystem ( |