Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor > API/Plugins/LiveLinkEditor/SLiveLinkClientPanelToolbar
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/LiveLinkClientPanelToolbar.h |
| Include Path | #include "LiveLinkClientPanelToolbar.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SLiveLinkClientPanelToolbar >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SLiveLinkClientPanelToolbar::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
LiveLinkClientPanelToolbar.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | LiveLinkClientPanelToolbar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & CustomHeader
(
TSharedPtr< SWidget > InArg |
(Optional) Custom header displayed on the left side of the toolbar. | LiveLinkClientPanelToolbar.h | |
WidgetArgsType & ParentWindow
(
TSharedPtr< SWindow > InArg |
Parent window override. | LiveLinkClientPanelToolbar.h | |
WidgetArgsType & ShowPresetPicker
(
bool InArg |
Whether to show the preset picker button. | LiveLinkClientPanelToolbar.h | |
WidgetArgsType & ShowSettings
(
bool InArg |
Whether to show the settings button. | LiveLinkClientPanelToolbar.h | |
WidgetArgsType & SourceButtonAlignment
(
EHorizontalAlignment InArg |
Horizontal alignment of the add source button. | LiveLinkClientPanelToolbar.h |