Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/SObjectTreeGraphTitleBar
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/SObjectTreeGraphTitleBar.h |
| Include Path | #include "Editors/SObjectTreeGraphTitleBar.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SObjectTreeGraphTitleBar >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SObjectTreeGraphTitleBar > → SObjectTreeGraphTitleBar::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Editors/SObjectTreeGraphTitleBar.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Editors/SObjectTreeGraphTitleBar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & Graph
(
UEdGraph* InArg |
Editors/SObjectTreeGraphTitleBar.h | ||
WidgetArgsType & GraphList
(
const TArray< TSharedPtr< FObjectTreeGraphInfo > >* InArg |
Editors/SObjectTreeGraphTitleBar.h | ||
WidgetArgsType & HistoryNavigationWidget
(
TSharedPtr< SWidget > InArg |
Editors/SObjectTreeGraphTitleBar.h | ||
WidgetArgsType & OnBreadcrumbClicked
(
const FObjectTreeGraphEvent& InDelegate |
Editors/SObjectTreeGraphTitleBar.h | ||
WidgetArgsType & TitleText
(
const TAttribute< FText >& InAttribute |
Editors/SObjectTreeGraphTitleBar.h |