Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/IO
Inheritance Hierarchy
- UObject
- UPCGAssetExporter
- UPCGDataCollectionExporter
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/IO/PCGSaveAssetElement.h |
| Include | #include "Elements/IO/PCGSaveAssetElement.h" |
Syntax
UCLASS (BlueprintType)
class UPCGDataCollectionExporter : public UPCGAssetExporter
Remarks
Default exporter to save data collections, with no capacity for update.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | AssetColor | ||
| FString | AssetDescription | ||
| FPCGDataCollection | Data |
Overridden from UPCGAssetExporter
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportAsset
(
const FString& PackageName, |
Exports data to an asset based on the exporter's metadata | |
| UPackage * | UpdateAsset
(
const FAssetData& PCGAsset |
Updates the asset from its source data, when possible |