Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor
A widget for an object tree graph toolbox entry, showing a specific instantiable object class that can be added to a graph.
| Name | SObjectTreeGraphToolboxEntry |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/SObjectTreeGraphToolbox.h |
| Include Path | #include "Editors/SObjectTreeGraphToolbox.h" |
Syntax
class SObjectTreeGraphToolboxEntry : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SObjectTreeGraphToolboxEntry
- FSlateControlledConstruction → SWidget → SCompoundWidget → SObjectTreeGraphToolboxEntry
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsPressed | bool | Editors/SObjectTreeGraphToolbox.h | ||
| DisplayNameText | FText | Editors/SObjectTreeGraphToolbox.h | ||
| HoverImage | const FSlateBrush * | Editors/SObjectTreeGraphToolbox.h | ||
| NormalImage | const FSlateBrush * | Editors/SObjectTreeGraphToolbox.h | ||
| ObjectClass | UClass * | Editors/SObjectTreeGraphToolbox.h | ||
| PressedImage | const FSlateBrush * | Editors/SObjectTreeGraphToolbox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Editors/SObjectTreeGraphToolbox.h | ||
UClass * GetObjectClass() |
Editors/SObjectTreeGraphToolbox.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSlateBrush * GetBorder() |
Editors/SObjectTreeGraphToolbox.h | ||
virtual FReply OnDragDetected
(
const FGeometry& MyGeometry, |
Editors/SObjectTreeGraphToolbox.h | ||
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
Editors/SObjectTreeGraphToolbox.h | ||
virtual FReply OnMouseButtonUp
(
const FGeometry& MyGeometry, |
Editors/SObjectTreeGraphToolbox.h |