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