FCrumbItem

A container for data associated with a single crumb in the trail.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h

Include

#include "Widgets/Navigation/SBreadcrumbTrail.h"

Syntax

struct FCrumbItem

Remarks

A container for data associated with a single crumb in the trail.

Variables

Name Description

Public variable

TSharedRef< SBu...

 

Button

Public variable

TSharedRef< SVe...

 

ButtonBox

Public variable

ItemType

 

CrumbData

Public variable

int32

 

CrumbID

Public variable

TSharedRef< SMe...

 

Delimiter

Public variable

TSharedRef< SVe...

 

DelimiterBox

Constructors

Name Description

Public function

FCrumbItem

(
    int32 InCrumbID,
    TSharedRef< SButton > InButton,
    TSharedRef< SMenuAnchor > InDelimit...,
    TSharedRef< SVerticalBox > InButton...,
    TSharedRef< SVerticalBox > InDelimi...,
    ItemType InCrumbData
)

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