FContextAndCommands::GetFreeCommand

Gets a free command from the free list, if any.

Windows
MacOS
Linux

References

Module

SerializedRecorderInterface

Header

/Engine/Source/Editor/SerializedRecorderInterface/Public/Serializers/MovieSceneSectionSerialization.h

Include

#include "Serializers/MovieSceneSectionSerialization.h"

Syntax

template<typename... ArgsType>
FSerializerCommand * GetFreeCommand
(
    ArgsType &&... Args
)

Remarks

Gets a free command from the free list, if any. Otherwise allocates a new command. This means that the number of commands grows unbounded to the high watermark of all commands.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss