Navigation
API > API/Plugins > API/Plugins/PCG
This data storage key merges an associated label with a predefined hash to create a unique key. Note: The Label can be used independently if desired, with the Hash left as 0.
| Name | FPCGSourceDataStorageKey |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/PCGSourceDataContainer.h |
| Include Path | #include "Graph/PCGSourceDataContainer.h" |
Syntax
USTRUCT ()
struct FPCGSourceDataStorageKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Graph/PCGSourceDataContainer.h | |||
FPCGSourceDataStorageKey
(
FName InLabel, |
Graph/PCGSourceDataContainer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Hash | uint64 | An additional hash to associate with a unique identifier. | Graph/PCGSourceDataContainer.h | |
| Label | FName | A label associated with this storage key. (Ex. "MyCustomToolData") | Graph/PCGSourceDataContainer.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FPCGSourceDataStorageKey& Other |
Graph/PCGSourceDataContainer.h |