FArguments

Windows
MacOS
Linux

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

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ButtonContentPadding

(
    const TAttribute< FMargin >& InAtt...
)

The padding for the content in crumb buttons

Public function

WidgetArgsTy...

 

ButtonStyle

(
    const FButtonStyle* InArg
)

The name of the style to use for the crumb buttons

Public function

WidgetArgsTy...

 

DelimiterImage

(
    const TAttribute< const FSlateBrush...
)

The image to use between crumb trail buttons

Public function

WidgetArgsTy...

 

GetCrumbMenuContent

(
    const FGetCrumbMenuContent& InDele...
)

Public function

WidgetArgsTy...

 

HasCrumbMenuContent

(
    const FHasCrumbMenuContent& InDele...
)

Public function

WidgetArgsTy...

 

InvertTextColorOnHover

(
    bool InArg
)

When true, will invert the button text color when a crumb button is hovered

Public function

WidgetArgsTy...

 

OnCrumbClicked

(
    const FOnCrumbClicked& InDelegate
)

Called when a crumb is clicked, after the later crumbs were popped

Public function

WidgetArgsTy...

 

OnCrumbPopped

(
    const FOnCrumbPopped& InDelegate
)

Called when a crumb is popped

Public function

WidgetArgsTy...

 

OnCrumbPushed

(
    const FOnCrumbPushed& InDelegate
)

Called when a crumb is pushed

Public function

WidgetArgsTy...

 

OnGetCrumbColor

(
    const FOnGetCrumbColor& InDelegate
)

Public function

WidgetArgsTy...

 

PersistentBreadcrumbs

(
    bool InArg
)

If true, do not remove breadcrumbs when clicking

Public function

WidgetArgsTy...

 

ShowLeadingDelimiter

(
    const TAttribute< bool >& InAttrib...
)

If true, a leading delimiter will be shown

Public function

WidgetArgsTy...

 

TextStyle

(
    const FTextBlockStyle* InArg
)

The name of the style to use for the crumb button text

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss