FMassCommandBuffer::EmplaceCommand

Emplace any command, requires to derive from [FCommandBufferEntryBase](API\Plugins\MassEntity\FCommandBufferEntryBase)

Choose your operating system:

Windows

macOS

Linux

References

Module

MassEntity

Header

/Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassCommandBuffer.h

Include

#include "MassCommandBuffer.h"

Syntax

template<typename T, typename, typename... TArgs>
void EmplaceCommand
(
    TArgs &&... InArgs
)

Remarks

Emplace any command, requires to derive from FCommandBufferEntryBase