UClothingAssetFactoryBase::CanImport

Should return whether or not the factory can handle the incoming file (check validity etc.)

Windows
MacOS
Linux

Override Hierarchy

UClothingAssetFactoryBase::CanImport()

UClothingAssetFactory::CanImport()

References

Module

ClothingSystemEditorInterface

Header

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

Include

#include "ClothingAssetFactoryInterface.h"

Syntax

virtual bool CanImport
(
    const FString & Filename
)

Remarks

Should return whether or not the factory can handle the incoming file (check validity etc.)

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