Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Factories > UFactory
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/Factory.h |
Include | #include "Factories/Factory.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/Factories/Factory.cpp |
void DisplayOverwriteOptionsDialog
(
const FText & Message
)
Remarks
Pop up message to the user asking whether they wish to overwrite existing state or not.
Parameters
Name | Description |
---|---|
Message | The message text. |