Navigation
API > API/Plugins > API/Plugins/ChaosCachingEditor > API/Plugins/ChaosCachingEditor/Sequencer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneTrackRecorder
- UMovieSceneChaosCacheTrackRecorder
References
| Module | ChaosCachingEditor |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Public/Sequencer/MovieSceneChaosCacheTrackRecorder.h |
| Include | #include "Sequencer/MovieSceneChaosCacheTrackRecorder.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UMovieSceneChaosCacheTrackRecorder : public UMovieSceneTrackRecorder
Remarks
Track recorder implementation for the chaos cache
Functions
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UMovieSceneChaosCacheTrack > | Returns the chaos cache track on which the cache manager will be recorded |
Overridden from UMovieSceneTrackRecorder
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| UMovieSceneSection * | |||
| bool | LoadRecordedFile
(
const FString& InFileName, |
Load the recorded file and create a section | |
| void | RecordSampleImpl
(
const FQualifiedFrameTime& CurrentFrameTime |
||
| void | SetSectionStartTimecodeImpl
(
const FTimecode& InSectionStartTimecode, |
||
| void |