Navigation
API > API/Editor > API/Editor/SequenceRecorder > API/Editor/SequenceRecorder/IMovieSceneSectionRecorder
References
| Module | SequenceRecorder |
| Header | /Engine/Source/Editor/SequenceRecorder/Public/IMovieSceneSectionRecorder.h |
| Include | #include "IMovieSceneSectionRecorder.h" |
void CreateSection
&40;
UObject &42; InObjectToRecord,
class UMovieScene &42; InMovieScene,
const FGuid & InGuid,
float InTime
&41;
Remarks
Start recording a section. Should create the section and setup anything needed for recording here.
Parameters
| Name | Description |
|---|---|
| InObjectToRecord | The object (Actor of USceneComponent) to record. |
| InMovieScene | The movie scene we are recording to |
| InGuid | The Guid of the object in the movie scene |
| InTime | The current recording time in the movie scene |