Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGData.h |
| Include | #include "PCGData.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGTaggedData
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPinlessData | Special flag for data that are forwarded to other nodes, but without a pin. Useful for internal data. | |
| TObjectPtr< const UPCGData > | Data | ||
| FName | Pin | The label of the pin that this data was either emitted from or received on. | |
| TSet< FString > | Tags |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPCGCrc | ComputeCrc
(
bool bFullDataCrc |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FPCGTaggedData& Other |
||
| bool | operator==
(
const FPCGTaggedData& Other |