Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGAssetExporterUtils > API/Plugins/PCG/UPCGAssetExporterUtils/CreateAsset
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGAssetExporterUtils.h |
| Include | #include "PCGAssetExporterUtils.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGAssetExporterUtils.cpp |
UFUNCTION (BlueprintCallable, Category="PCG|IO")
static UPackage * CreateAsset
(
UPCGAssetExporter * Exporter,
FPCGAssetExporterParameters Parameters
)
Remarks
Exports an asset from the given exporter. When calling this function, the exporter should be able to create its own data and as such needs prior information (world, etc.) before calling this method.