Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/UPCGLevelToAsset
Description
Parses the world and fills in the provided data asset. Implement this in BP to drive the generation in a custom manner.
| Name | BP_ExportWorld |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGLevelToAsset.h |
| Include Path | #include "PCGLevelToAsset.h" |
UFUNCTION (BlueprintNativeEvent, Meta=(DisplayName="Export World", ForceAsFunction))
bool BP_ExportWorld
(
UWorld * World,
const FString & PackageName,
UPCGDataAsset * Asset
)