Navigation
API > API/Plugins > API/Plugins/PCG
Base class for external data input settings
| Name | UPCGExternalDataSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/IO/PCGExternalData.h |
| Include Path | #include "Elements/IO/PCGExternalData.h" |
Syntax
UCLASS (MinimalAPI, Abstract, ClassGroup=(Procedural))
class UPCGExternalDataSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGExternalDataSettings
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeMapping | TMap< FString, FPCGAttributePropertyInputSelector > | Elements/IO/PCGExternalData.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EPCGSettingsType GetType() |
Elements/IO/PCGExternalData.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/IO/PCGExternalData.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/IO/PCGExternalData.h |