IMovieSceneSectionRecorderFactory

Factory class interface that allows the recorder to determine what recorders to apply to actors/components/objects it is presented with.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

SequenceRecorder

Header

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

Include

#include "IMovieSceneSectionRecorderFactory.h"

Syntax

class IMovieSceneSectionRecorderFactory : public IModularFeature

Remarks

Factory class interface that allows the recorder to determine what recorders to apply to actors/components/objects it is presented with.

Functions

Name Description

Public function Const

bool

 

CanRecordObject

(
    UObject* InObjectToRecord
)

Check whether an object can be recorded by this section recorder.

Public function Const

TSharedPtr< ...

 

CreateSectionRecorder

(
    const FActorRecordingSettings& InA...
)

Create a section recorder from this factory.

Public function Virtual Const

UObject *...

 

CreateSettingsObject

(
    UObject* InOuter
)

Create a per-recording settings object.

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