Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGAssetExporter.h |
| Include | #include "PCGAssetExporter.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGAssetExporterParameters
Remarks
Common structure to hold saving options required to export or update PCG assets.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AssetName | Target asset path name | |
| FString | AssetPath | Target asset path to write the PCG assets to. | |
| bool | bOpenSaveDialog | Controls whether we will open a Save... | |
| bool | bSaveOnExportEnded | Controls whether the assets will be saved at the end of the process or not. |