Navigation
API > API/Plugins > API/Plugins/GameplayGraph > API/Plugins/GameplayGraph/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGraphElement
- UGraphIsland
- UGraphVertex
References
| Module | GameplayGraph |
| Header | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/GraphElement.h |
| Include | #include "Graph/GraphElement.h" |
Syntax
UCLASS (Abstract)
class UGraphElement : public UObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGraphElement
(
EGraphElementType InElementType |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EGraphElementType | |||
| TObjectPtr< UGraph > | GetGraph () |
||
| FGraphUniqueIndex | |||
| void | OnCreate () |
Called when we create this element and prior to setting any properties. | |
| void | SetParentGraph
(
TObjectPtr< UGraph > InGraph |
||
| void | SetUniqueIndex
(
FGraphUniqueIndex InUniqueIndex |