Navigation
API > API/Plugins > API/Plugins/TakeRecorder
Universal take recorder settings that apply to a whole take
| Name | UTakeRecorderProjectSettings |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/TakeRecorderSettings.h |
| Include Path | #include "TakeRecorderSettings.h" |
Syntax
UCLASS (Config=EditorSettings, MinimalAPI)
class UTakeRecorderProjectSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTakeRecorderProjectSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTakeRecorderProjectSettings() |
TakeRecorderSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdditionalSettings | TArray< TWeakObjectPtr< UObject > > | Array of externally supplied CDOs that should be displayed on the take recorder project settings | TakeRecorderSettings.h | |
| HitchProtectionSettings | FTakeRecorderHitchProtectionParameters | Controls the behaviour for hitch protection. | TakeRecorderSettings.h |
|
| Settings | FTakeRecorderProjectParameters | General take recorder settings | TakeRecorderSettings.h |
|
Functions
Public
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
TakeRecorderSettings.h |