UClothingAssetFactoryBase::CreateFromApexAsset

Given an APEX asset instantiated from the filename checked with CanImport, the factory is expected to build a valid clothing asset (or nullptr if it cannot).

Windows
MacOS
Linux

Override Hierarchy

UClothingAssetFactoryBase::CreateFromApexAsset()

UClothingAssetFactory::CreateFromApexAsset()

References

Module

ClothingSystemEditorInterface

Header

/Engine/Source/Editor/ClothingSystemEditorInterface/Public/ClothingAssetFactoryInterface.h

Include

#include "ClothingAssetFactoryInterface.h"

Syntax

virtual UClothingAssetBase * CreateFromApexAsset
(
    nvidia::apex::ClothingAsset * InApexAsset,
    USkeletalMesh * TargetMesh,
    FName InName
)

Remarks

Given an APEX asset instantiated from the filename checked with CanImport, the factory is expected to build a valid clothing asset (or nullptr if it cannot).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss