Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/SObjectTreeGraphToolboxEntry
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/SObjectTreeGraphToolbox.h |
| Include Path | #include "Editors/SObjectTreeGraphToolbox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SObjectTreeGraphToolboxEntry >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SObjectTreeGraphToolboxEntry > → SObjectTreeGraphToolboxEntry::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Editors/SObjectTreeGraphToolbox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Editors/SObjectTreeGraphToolbox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & GraphConfig
(
const FObjectTreeGraphConfig* InArg |
The configuration of the graph this toolbox works for. | Editors/SObjectTreeGraphToolbox.h | |
WidgetArgsType & HighlightText
(
const TAttribute< FText >& InAttribute |
Text to highlight if a search is ongoing. | Editors/SObjectTreeGraphToolbox.h | |
WidgetArgsType & ObjectClass
(
UClass* InArg |
The object class represented by this entry. | Editors/SObjectTreeGraphToolbox.h |