Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGDataTableRowToParamDataSettings
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/PCGDataTableRowToParamData.h |
| Include | #include "Elements/PCGDataTableRowToParamData.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGDataTableRowToParamDataSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< UDataTable > | DataTable | The data table to copy from | |
| FString | PathOverride | Path override, hidden to be only presented as param pin. | |
| FName | RowName | The name of the row to copy from. |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FName | Derived classes can implement this to expose additional name information in the logs | ||
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| TArray< FPCGPinProperties > | Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | ||
| TArray< FPCGPinProperties > |