FMassCommandBuffer::PushCommand

Push 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>
void PushCommand
(
    const T & Command
)

Remarks

Push any command, requires to derive from FCommandBufferEntryBase