Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/ObjectTreeGraphObject.h |
| Include | #include "Core/ObjectTreeGraphObject.h" |
Syntax
enum EObjectTreeGraphObjectSupportFlags
{
None,
CommentText = 1 << 0,
CustomRename = 1 << 1,
}
Values
| Name | Description |
|---|---|
| None | None supported, only graph node position. |
| CommentText | Supports storing a comment text. |
| CustomRename | Supports custom renaming the graph node. |
Remarks
Flags representing supported optional APIs of an IObjectTreeGraphObject.