Navigation
API > API/Plugins > API/Plugins/ChaosCachingEditor > API/Plugins/ChaosCachingEditor/Sequencer
Inheritance Hierarchy
- UObject
- UTakeRecorderSource
- UTakeRecorderChaosCacheSource
References
| Module | ChaosCachingEditor |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Public/Sequencer/TakeRecorderChaosCacheSource.h |
| Include | #include "Sequencer/TakeRecorderChaosCacheSource.h" |
Syntax
UCLASS (Category="Chaos", Meta=(TakeRecorderDisplayName="Chaos Recorder"))
class UTakeRecorderChaosCacheSource : public UTakeRecorderSource
Remarks
A recording source selector for the chaos integration into take recorder
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< AChaosCacheManager > | ChaosCacheManager | Chaos Cache manager to be used as take recorder source |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTakeRecorderChaosCacheSource
(
const FObjectInitializer& ObjInit |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | PostLoad () |
Overridden from UTakeRecorderSource
| Type | Name | Description | |
|---|---|---|---|
| bool | Supports recording into subscenes |