Navigation
API > API/Plugins > API/Plugins/GameplayGraph > API/Plugins/GameplayGraph/Graph
References
| Module | GameplayGraph |
| Header | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/GraphHandle.h |
| Include | #include "Graph/GraphHandle.h" |
Syntax
USTRUCT ()
struct FGraphUniqueIndex
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGraphUniqueIndex
(
bool InIsTemp |
|||
FGraphUniqueIndex
(
FGuid InUniqueIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FGraphUniqueIndex | CreateUniqueIndex
(
bool InIsTemp |
||
| bool | IsTemporary () |
||
| bool | IsValid () |
||
| FGraphUniqueIndex | |||
| void | SetTemporary
(
bool InTemp |
||
| FString | ToString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FGraphUniqueIndex& Other |
||
| bool | operator<
(
const FGraphUniqueIndex& Other |
||
| bool | operator==
(
const FGraphUniqueIndex& Other |