Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorFileUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Import () |
Presents the user with a file dialog for importing. | FileHelpers.h | |
| FileHelpers.h |
Import()
Description
Presents the user with a file dialog for importing. If the import is not a merge (bMerging is false), AskSaveChanges() is called first.
| Name | Import |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include Path | #include "FileHelpers.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp |
static void Import()
Import(const FString &)
| Name | Import |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include Path | #include "FileHelpers.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp |
static void Import
(
const FString & InFilename
)