Navigation
API > API/Plugins > API/Plugins/TakeRecorder
Inheritance Hierarchy
- UObject
- UTakeRecorderProjectSettings
References
| Module | TakeRecorder |
| Header | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/TakeRecorderSettings.h |
| Include | #include "TakeRecorderSettings.h" |
Syntax
UCLASS (Config=EditorSettings, MinimalAPI)
class UTakeRecorderProjectSettings : public UObject
Remarks
Universal take recorder settings that apply to a whole take
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TWeakObjectPtr< UObject > > | AdditionalSettings | Array of externally supplied CDOs that should be displayed on the take recorder project settings | |
| FTakeRecorderProjectParameters | Settings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |