Navigation
API > API/Plugins > API/Plugins/GameplayCameras
A generic comment node for object tree graphs.
| Name | UObjectTreeGraphComment |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/ObjectTreeGraphComment.h |
| Include Path | #include "Core/ObjectTreeGraphComment.h" |
Syntax
UCLASS (MinimalAPI)
class UObjectTreeGraphComment :
public UObject ,
public IObjectTreeGraphObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UObjectTreeGraphComment
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UObjectTreeGraphComment
(
const FObjectInitializer& ObjInit |
Core/ObjectTreeGraphComment.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CommentColor | FLinearColor | Color of the comment node in the node graph editor. | Core/ObjectTreeGraphComment.h | |
| CommentText | FString | The text of the comment node. | Core/ObjectTreeGraphComment.h | |
| GraphNodePos | FIntVector2 | Position of the comment node in the node graph editor. | Core/ObjectTreeGraphComment.h | |
| GraphNodeSize | FIntVector2 | Size of the comment node in the node graph editor. | Core/ObjectTreeGraphComment.h |
Functions
Public
Overridden from IObjectTreeGraphObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the custom name for the graph node. | Core/ObjectTreeGraphComment.h | ||
virtual void GetGraphNodePosition
(
FName InGraphName, |
Gets the canvas position for the graph node representing this object. | Core/ObjectTreeGraphComment.h | |
virtual void OnGraphNodeMoved
(
FName InGraphName, |
Called to save the canvas position of the graph node representing this object. | Core/ObjectTreeGraphComment.h | |
| Called to save a new custom name. | Core/ObjectTreeGraphComment.h |