Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/Metadata
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGMetadataSettingsBase
- UPCGMetadataMakeVectorSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Metadata/PCGMetadataMakeVector.h |
| Include | #include "Elements/Metadata/PCGMetadataMakeVector.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGMetadataMakeVectorSettings : public UPCGMetadataSettingsBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPCGAttributePropertyInputSelector | InputSource1 | ||
| FPCGAttributePropertyInputSelector | InputSource2 | ||
| FPCGAttributePropertyInputSelector | InputSource3 | ||
| FPCGAttributePropertyInputSelector | InputSource4 | ||
| EPCGMetadataMakeVector3 | MakeVector3Op | ||
| EPCGMetadataMakeVector4 | MakeVector4Op | ||
| EPCGMetadataTypes | OutputType |
Overridden from UPCGMetadataSettingsBase
| Type | Name | Description | |
|---|---|---|---|
| UPCGParamData * | CreateDefaultValueParam
(
FPCGContext* Context, |
||
| bool | DoesInputSupportDefaultValue
(
uint32 Index |
Can be overriden by child class to support default values on unplugged pins. | |
| FString | GetDefaultValueString
(
uint32 Index |
||
| FName | GetInputPinLabel
(
uint32 Index |
||
| FPCGAttributePropertyInputSelector | GetInputSource
(
uint32 Index |
||
| uint32 | |||
| uint16 | GetOutputType
(
uint16 InputTypeId |
||
| bool | If the primary pin is required and missing, some operations can be bypassed. | ||
| bool | IsSupportedInputType
(
uint16 TypeId, |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| void | PostLoad () |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Input1AttributeName_DEPRECATED | ||
| FName | Input2AttributeName_DEPRECATED | ||
| FName | Input3AttributeName_DEPRECATED | ||
| FName | Input4AttributeName_DEPRECATED |