Navigation
API > API/Plugins > API/Plugins/TakeRecorder > API/Plugins/TakeRecorder/ITakeRecorderTabContent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetupForEditing
(
UTakePreset* Preset |
Opens the provided take preset for editing in an STakePresetAssetEditor. | ITakeRecorderTabContent.h | |
void SetupForEditing
(
TSharedPtr< FTakePresetToolkit > InToolkit |
Replaces the tab content with an STakePresetAssetEditor driven by the provided toolkit. | ITakeRecorderTabContent.h |
SetupForEditing(UTakePreset *)
Description
Opens the provided take preset for editing in an STakePresetAssetEditor.
| Name | SetupForEditing |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/ITakeRecorderTabContent.h |
| Include Path | #include "ITakeRecorderTabContent.h" |
void SetupForEditing
(
UTakePreset * Preset
)
SetupForEditing(TSharedPtr< FTakePresetToolkit >)
Description
Replaces the tab content with an STakePresetAssetEditor driven by the provided toolkit.
| Name | SetupForEditing |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/ITakeRecorderTabContent.h |
| Include Path | #include "ITakeRecorderTabContent.h" |
void SetupForEditing
(
TSharedPtr < FTakePresetToolkit > InToolkit
)