Navigation
API > API/Editor > API/Editor/SerializedRecorderInterface > API/Editor/SerializedRecorderInterface/FContextAndCommands
Description
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.
| Name | GetFreeCommand |
| Type | function |
| Header File | /Engine/Source/Editor/SerializedRecorderInterface/Public/Serializers/MovieSceneSectionSerialization.h |
| Include Path | #include "Serializers/MovieSceneSectionSerialization.h" |
template<typename... ArgsType>
FSerializerCommand * GetFreeCommand
(
ArgsType &&... Args
)