Navigation
API > API/Plugins > API/Plugins/ChaosCachingEditor > API/Plugins/ChaosCachingEditor/Sequencer
Inheritance Hierarchy
- IModularFeature
- IMovieSceneTrackRecorderFactory
- FMovieSceneChaosCacheTrackRecorderFactory
References
| Module | ChaosCachingEditor |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Public/Sequencer/MovieSceneChaosCacheTrackRecorder.h |
| Include | #include "Sequencer/MovieSceneChaosCacheTrackRecorder.h" |
Syntax
class FMovieSceneChaosCacheTrackRecorderFactory : public IMovieSceneTrackRecorderFactory
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IMovieSceneTrackRecorderFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | CanRecordObject
(
UObject* InObjectToRecord |
Check whether an object can be recorded by this section recorder. | |
| bool | CanRecordProperty
(
UObject* InObjectToRecord, |
Check whether or not the specific property on the given object can be recorded. | |
| UMovieSceneTrackRecorder * | Create a track recorder for this factory. | ||
| UMovieSceneTrackRecorder * | CreateTrackRecorderForProperty
(
UObject* InObjectToRecord, |
Create a track recorder for this factory. | |
| FText | Get the human readable display name for the recorder. |