UHoudiniCSVFactory::FactoryCreateFile

Import file as text virtual UObject* [FactoryCreateText(UClass* InClass, UObject* InParent, FName InName, EObjectFlags Flags, UObject* Context, const TCHAR* Type, const TCHAR*& Buffer, const TCHAR* BufferEnd, FFeedbackContext* Warn)](API\Editor\UnrealEd\Factories\UFactory\FactoryCreateText\1) override;

Windows
MacOS
Linux

Override Hierarchy

UFactory::FactoryCreateFile()

UHoudiniCSVFactory::FactoryCreateFile()

References

Module

HoudiniNiagaraEditor

Header

/Engine/Plugins/FX/HoudiniNiagara/Source/HoudiniNiagaraEditor/Public/HoudiniCSVFactory.h

Include

#include "HoudiniCSVFactory.h"

Source

/Engine/Plugins/FX/HoudiniNiagara/Source/HoudiniNiagaraEditor/Private/HoudiniCSVFactory.cpp

Syntax

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

Remarks

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