FMovieSceneSpawnTrackRecorderFactory::CanRecordProperty

Spawn Track is based on whether or not the recorded object still exists.

Windows
MacOS
Linux

Override Hierarchy

IMovieSceneTrackRecorderFactory::CanRecordProperty()

FMovieSceneSpawnTrackRecorderFactory::CanRecordProperty()

References

Module

TakeTrackRecorders

Header

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

Include

#include "TrackRecorders/MovieSceneSpawnTrackRecorder.h"

Syntax

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

Remarks

Spawn Track is based on whether or not the recorded object still exists.

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