ISequenceRecorder::StartRecording

Start a recording, possibly with some delay (specified by the sequence recording settings).

Windows
MacOS
Linux

References

Module

SequenceRecorder

Header

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

Include

#include "ISequenceRecorder.h"

Syntax

bool StartRecording
(
    AActor * ActorToRecord,
    const FString & PathToRecordTo,
    const FString & SequenceName
)

Remarks

Start a recording, possibly with some delay (specified by the sequence recording settings).

Returns

true if recording was successfully started

Parameters

Parameter

Description

ActorToRecord

Actor to record.

PathToRecordTo

Optional path to a sequence to record to. If none is specified we use the defaults in the settings.

SequenceName

Optional name of a sequence to record to. If none is specified we use the defaults in the settings.

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