Navigation
API > API/Plugins > API/Plugins/ChaosCachingEditor > API/Plugins/ChaosCachingEditor/Sequencer > API/Plugins/ChaosCachingEditor/Sequencer/FMovieSceneChaos-
- IMovieSceneTrackRecorderFactory::CanRecordProperty()
- FMovieSceneChaosCacheTrackRecorderFactory::CanRecordProperty()
References
| Module | ChaosCachingEditor |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Public/Sequencer/MovieSceneChaosCacheTrackRecorder.h |
| Include | #include "Sequencer/MovieSceneChaosCacheTrackRecorder.h" |
virtual bool CanRecordProperty
(
class UObject * InObjectToRecord,
class FProperty * InPropertyToRecord
) const
Remarks
Check whether or not the specific property on the given object can be recorded. If so, then the actor recorder will call CreateTrackRecorderForProperty to create a new instance to use for recording. This should only be implemented for recorders that record the specific property on the object and claim ownership over recording that property.