Navigation
API > API/Editor > API/Editor/SerializedRecorderInterface > API/Editor/SerializedRecorderInterface/Serializers > API/Editor/SerializedRecorderInterface/Serializers/FContextAndCommands
References
| Module | SerializedRecorderInterface |
| Header | /Engine/Source/Editor/SerializedRecorderInterface/Public/Serializers/MovieSceneSectionSerialization.h |
| Include | #include "Serializers/MovieSceneSectionSerialization.h" |
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.