FMovieSceneVisibilityTrackRecorderFactory::CanRecordProperty

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

Windows
MacOS
Linux

Override Hierarchy

IMovieSceneTrackRecorderFactory::CanRecordProperty()

FMovieSceneVisibilityTrackRecorderFactory::CanRecordProperty()

References

Module

TakeTrackRecorders

Header

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

Include

#include "TrackRecorders/MovieSceneVisibilityTrackRecorder.h"

Source

/Engine/Plugins/VirtualProduction/Takes/Source/TakeTrackRecorders/Private/MovieSceneVisibilityTrackRecorder.cpp

Syntax

virtual bool CanRecordProperty
(
    class UObject * InObjectToRecord,
    class FProperty * InPropertyToRecord
) const

Remarks

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

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