Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/IO
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGSaveDataAssetSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/IO/PCGSaveAssetElement.h |
| Include | #include "Elements/IO/PCGSaveAssetElement.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGSaveDataAssetSettings : public UPCGSettings
Remarks
Node that will save input data to a PCG data asset
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | AssetColor | ||
| FString | AssetDescription | ||
| TSubclassOf< UPCGDataCollectionExporter > | CustomDataCollectionExporterClass | ||
| FPCGAssetExporterParameters | Params | ||
| TArray< FPCGPinProperties > | Pins |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| 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 > |