FMovieSceneVisibilityTrackRecorderFactory

Windows
MacOS
Linux

Inheritance Hierarchy

IModularFeature

IMovieSceneTrackRecorderFactory

FMovieSceneVisibilityTrackRecorderFactory

References

Module

TakeTrackRecorders

Header

/Engine/Plugins/VirtualProduction/Takes/Source/TakeTrackRecorders/Public/TrackRecorders/MovieSceneVisibilityTrackRecorder.h

Include

#include "TrackRecorders/MovieSceneVisibilityTrackRecorder.h"

Syntax

class FMovieSceneVisibilityTrackRecorderFactory : public IMovieSceneTrackRecorderFactory

Destructors

Overridden from IMovieSceneTrackRecorderFactory

Name Description

Public function Virtual Const

bool

 

CanRecordObject

(
    UObject* InObjectToRecord
)

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

Public function Virtual Const

bool

 

CanRecordProperty

(
    UObject* InObjectToRecord,
    FProperty* InPropertyToRecord
)

Visibility is based on a different property for components and actors, and they're not marked as interp.

Public function Virtual Const

UMovieSceneT...

 

CreateTrackRecorderForObject()

Create a track recorder for this factory.

Public function Virtual Const

UMovieSceneT...

 

CreateTrackRecorderForProperty

(
    UObject* InObjectToRecord,
    const FName& InPropertyToRecord
)

Create a track recorder for this factory.

Public function Virtual Const

FText

 

GetDisplayName()

Get the human readable display name for the recorder.

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