Navigation
API > API/Plugins > API/Plugins/PCGExternalDataInteropEditor
Inheritance Hierarchy
- UObject
- UPCGAssetExporter
- UPCGAlembicToPCGAssetExporter
References
| Module | PCGExternalDataInteropEditor |
| Header | /Engine/Plugins/PCGExternalDataInterop/Source/PCGExternalDataInteropEditor/Public/PCGLoadAlembic.h |
| Include | #include "PCGLoadAlembic.h" |
Syntax
UCLASS ()
class UPCGAlembicToPCGAssetExporter : public UPCGAssetExporter
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPCGLoadAlembicBPData | LoadSettings |
Overridden from UPCGAssetExporter
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportAsset
(
const FString& PackageName, |
Exports data to an asset based on the exporter's metadata | |
| void | SerializeMetadata
(
FArchive& Ar |
Sets up the exporter prior to performing update | |
| UPackage * | UpdateAsset
(
const FAssetData& PCGAsset |
Updates the asset from its source data, when possible |