IMovieSceneSectionRecorder::CreateSection

Start recording a section. Should create the section and setup anything needed for recording here.

Windows
MacOS
Linux

References

Module

SequenceRecorder

Header

/Engine/Source/Editor/SequenceRecorder/Public/IMovieSceneSectionRecorder.h

Include

#include "IMovieSceneSectionRecorder.h"

Syntax

void CreateSection
(
    UObject * InObjectToRecord,
    class UMovieScene * InMovieScene,
    const FGuid & InGuid,
    float InTime
)

Remarks

Start recording a section. Should create the section and setup anything needed for recording here.

Parameters

Parameter

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

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