Navigation
API > API/Plugins > API/Plugins/CineAssemblyToolsEditor > API/Plugins/CineAssemblyToolsEditor/ICineAssemblyToolsEditorModule
Description
Register a custom User Setting tab to show in the Production wizard by providing a callback to create the SWidget to show, as well as customizations to label and icon to display.
If no label is provided, Name will be used as the display label on the Production Wizard interface.
| Name | RegisterProductionWizardUserSettings |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyToolsEditor/Public/ICineAssemblyToolsEditorModule.h |
| Include Path | #include "ICineAssemblyToolsEditorModule.h" |
void RegisterProductionWizardUserSettings
(
const FName Name,
FGetWidget MakeCustomWidget,
TAttribute< FText > Label,
TAttribute< FSlateIcon > Icon
)