Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SBreadcrumbTrail
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SBreadcrumbTrail::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h |
| Include | #include "Widgets/Navigation/SBreadcrumbTrail.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SBreadcrumbTrail >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ButtonContentPadding
(
const TAttribute< FMargin >& InAttribute |
The padding for the content in crumb buttons | |
| WidgetArgsType & | ButtonStyle
(
const FButtonStyle* InArg |
The name of the style to use for the crumb buttons | |
| WidgetArgsType & | DelimiterImage
(
const TAttribute< const FSlateBrush* >& InAttribute |
The image to use between crumb trail buttons | |
| WidgetArgsType & | GetCrumbMenuContent
(
const FGetCrumbMenuContent& InDelegate |
||
| WidgetArgsType & | HasCrumbMenuContent
(
const FHasCrumbMenuContent& InDelegate |
||
| WidgetArgsType & | OnCrumbClicked
(
const FOnCrumbClicked& InDelegate |
Called when a crumb is clicked, after the later crumbs were popped | |
| WidgetArgsType & | OnCrumbPopped
(
const FOnCrumbPopped& InDelegate |
Called when a crumb is popped | |
| WidgetArgsType & | OnCrumbPushed
(
const FOnCrumbPushed& InDelegate |
Called when a crumb is pushed | |
| WidgetArgsType & | PersistentBreadcrumbs
(
bool InArg |
If true, do not remove breadcrumbs when clicking | |
| WidgetArgsType & | ShowLeadingDelimiter
(
const TAttribute< bool >& InAttribute |
If true, a leading delimiter will be shown | |
| WidgetArgsType & | TextStyle
(
const FTextBlockStyle* InArg |
The name of the style to use for the crumb button text |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |