Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UTextureFactory
Description
Suppresses the dialog box that, when importing over an existing texture, asks if the users wishes to overwrite its settings. This is primarily for reimporting textures.
| Name | SuppressImportOverwriteDialog |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/TextureFactory.h |
| Include Path | #include "Factories/TextureFactory.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Factories/EditorFactories.cpp |
static void SuppressImportOverwriteDialog
(
bool bOverwriteExistingSettings
)