Navigation
API > API/Plugins > API/Plugins/ChaosCachingEditor > API/Plugins/ChaosCachingEditor/Sequencer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTakeRecorderSource
- UTakeRecorderChaosCacheSource
References
| Module | ChaosCachingEditor |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Public/Sequencer/TakeRecorderChaosCacheSource.h |
| Include | #include "Sequencer/TakeRecorderChaosCacheSource.h" |
Syntax
UCLASS&40;Category&61;"Chaos", Meta&61;&40;TakeRecorderDisplayName&61;"Chaos Recorder"&41;&41;
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 |
Overridden from UTakeRecorderSource
| Type | Name | Description | |
|---|---|---|---|
| bool | Supports recording into subscenes |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |