Navigation
API > API/Plugins > API/Plugins/GameplayCameras
An interface that UObjects can implement to customize how they are represented and interacted with inside an object tree graph (see UObjectTreeGraph).
| Name | IObjectTreeGraphObject |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/ObjectTreeGraphObject.h |
| Include Path | #include "Core/ObjectTreeGraphObject.h" |
Syntax
class IObjectTreeGraphObject
Derived Classes
IObjectTreeGraphObject derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the graph node's comment text. | Core/ObjectTreeGraphObject.h | ||
| Gets the custom name for the graph node. | Core/ObjectTreeGraphObject.h | ||
virtual void GetGraphNodePosition
(
FName InGraphName, |
Gets the canvas position for the graph node representing this object. | Core/ObjectTreeGraphObject.h | |
virtual EObjectTreeGraphObjectSupportFlags GetSupportFlags
(
FName InGraphName |
Gets optional APIs support flags. | Core/ObjectTreeGraphObject.h | |
bool HasAnySupportFlags
(
FName InGraphName, |
Gets whether this object supports the given optional API. | Core/ObjectTreeGraphObject.h | |
virtual void OnGraphNodeMoved
(
FName InGraphName, |
Called to save the canvas position of the graph node representing this object. | Core/ObjectTreeGraphObject.h | |
| Called to save a new custom name. | Core/ObjectTreeGraphObject.h | ||
| Called to save a new comment text. | Core/ObjectTreeGraphObject.h |