Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor
A toolbox widget that shows all the possible instantiable classes of objects for a given object tree graph.
| Name | SObjectTreeGraphToolbox |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/SObjectTreeGraphToolbox.h |
| Include Path | #include "Editors/SObjectTreeGraphToolbox.h" |
Syntax
class SObjectTreeGraphToolbox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SObjectTreeGraphToolbox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SObjectTreeGraphToolbox
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FEntryTextFilter | TTextFilter< const UClass * > | Editors/SObjectTreeGraphToolbox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUpdateFilteredItemSource | bool | Editors/SObjectTreeGraphToolbox.h | ||
| bUpdateItemSource | bool | Editors/SObjectTreeGraphToolbox.h | ||
| FilteredItemSource | TArray< UClass * > | Editors/SObjectTreeGraphToolbox.h | ||
| GraphConfig | FObjectTreeGraphConfig | Editors/SObjectTreeGraphToolbox.h | ||
| ItemSource | TArray< UClass * > | Editors/SObjectTreeGraphToolbox.h | ||
| ListView | TSharedPtr< SListView< UClass * > > | Editors/SObjectTreeGraphToolbox.h | ||
| SearchBox | TSharedPtr< SSearchBox > | Editors/SObjectTreeGraphToolbox.h | ||
| SearchTextFilter | TSharedPtr< FEntryTextFilter > | Editors/SObjectTreeGraphToolbox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Editors/SObjectTreeGraphToolbox.h | ||
void SetGraphConfig
(
const FObjectTreeGraphConfig& InGraphConfig |
Updates the toolbox to reflect the list of instantiable objects for the given graph configuration. | Editors/SObjectTreeGraphToolbox.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
const FGeometry& AllottedGeometry, |
Editors/SObjectTreeGraphToolbox.h |