Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGPinDefaultValueInfo |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGDefaultValueInterface.h |
| Include Path | #include "Metadata/PCGDefaultValueInterface.h" |
Syntax
USTRUCT ()
struct FPCGPinDefaultValueInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Metadata/PCGDefaultValueInterface.h | |||
FPCGPinDefaultValueInfo
(
FInitParams InParams |
Metadata/PCGDefaultValueInterface.h |
Structs
| Name | Remarks |
|---|---|
| FInitParams |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AvailableTypes | TArray< EPCGMetadataTypes > | Metadata types this pin accepts. Empty = all types are supported. | Metadata/PCGDefaultValueInterface.h | |
| CurrentType | EPCGMetadataTypes | Metadata/PCGDefaultValueInterface.h | ||
| ExtraFlags | EPCGSettingDefaultValueExtraFlags | Metadata/PCGDefaultValueInterface.h | ||
| InitialType | EPCGMetadataTypes | Metadata/PCGDefaultValueInterface.h | ||
| InitialValue | FString | Metadata/PCGDefaultValueInterface.h |