Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Navigation
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBreadcrumbTrailBase
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h |
| Include | #include "Widgets/Navigation/SBreadcrumbTrail.h" |
Syntax
class SBreadcrumbTrailBase : public SCompoundWidget
Remarks
Base class for breadcrumb trail holding methods which are not dependent on the crumb data type.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SScrollBox > | CrumbBox | The horizontal box which contains all the breadcrumbs |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ScrollToEnd () |
||
| void |