Navigation
API > API/Plugins > API/Plugins/ChaosCachingEditor
A recording source selector for the chaos integration into take recorder
| Name | UTakeRecorderChaosCacheSource |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Public/Sequencer/TakeRecorderChaosCacheSource.h |
| Include Path | #include "Sequencer/TakeRecorderChaosCacheSource.h" |
Syntax
UCLASS (Category="Chaos")
class UTakeRecorderChaosCacheSource : public UTakeRecorderSource
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTakeRecorderSource → UTakeRecorderChaosCacheSource
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTakeRecorderChaosCacheSource
(
const FObjectInitializer& ObjInit |
Sequencer/TakeRecorderChaosCacheSource.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChaosCacheManager | TSoftObjectPtr< AChaosCacheManager > | Chaos Cache manager to be used as take recorder source | Sequencer/TakeRecorderChaosCacheSource.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedChaosCacheTrack | TWeakObjectPtr< UMovieSceneChaosCacheTrack > | Stores an existing Chaos cache track track in the Sequence to be recorded or a new one created for recording. | Sequencer/TakeRecorderChaosCacheSource.h | |
| TrackRecorder | TObjectPtr< UMovieSceneChaosCacheTrackRecorder > | Chaos cache track recorder used by this source | Sequencer/TakeRecorderChaosCacheSource.h |
Functions
Public
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Sequencer/TakeRecorderChaosCacheSource.h | ||
virtual void PostLoad() |
Sequencer/TakeRecorderChaosCacheSource.h |
Protected
Overridden from UTakeRecorderSource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SupportsSubscenes() |
Sequencer/TakeRecorderChaosCacheSource.h |