Navigation
API > API/Editor > API/Editor/SequenceRecorder
References
| Module | SequenceRecorder |
| Header | /Engine/Source/Editor/SequenceRecorder/Public/IMovieSceneSectionRecorder.h |
| Include | #include "IMovieSceneSectionRecorder.h" |
Syntax
class IMovieSceneSectionRecorder
Remarks
A recorder class used to create and populate individual sections in level sequences
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CreateSection
(
UObject* InObjectToRecord, |
Start recording a section. Should create the section and setup anything needed for recording here. | |
| void | FinalizeSection
(
float InCurrentTime |
Called when recording finishes and the section will no longer be recorded into. | |
| UObject * | Retrieve the source object that this section recorder is recording changes to | ||
| void | Added to deal with actor pooling implementations. | ||
| void | Record
(
float InCurrentTime |
Called each frame to record into the section. |