UDNAAssetImportFactory::FactoryCreateFile

[UFactory](API\Editor\UnrealEd\Factories\UFactory) interface

Windows
MacOS
Linux

Override Hierarchy

UFactory::FactoryCreateFile()

UDNAAssetImportFactory::FactoryCreateFile()

References

Module

RigLogicEditor

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicEditor/Public/DNAAssetImportFactory.h

Include

#include "DNAAssetImportFactory.h"

Source

/Engine/Plugins/Animation/RigLogic/Source/RigLogicEditor/Private/DNAAssetImportFactory.cpp

Syntax

virtual UObject * FactoryCreateFile
(
    UClass * InClass,
    UObject * InParent,
    FName InName,
    EObjectFlags Flags,
    const FString & Filename,
    const TCHAR * Parms,
    FFeedbackContext * Warn,
    bool & bOutOperationCanceled
)

Remarks

UFactory interface

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