Navigation
API > API/Editor > API/Editor/UnrealEd
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArchiveGenerateReferenceGraph | An archive for creating a reference graph of all UObjects | ||
| FDlgMoveAsset | FDlgMoveAsset | ||
| FDragDropConfirmation | |||
| FReferenceGraphNode | A struct representing a node in the reference graph | ||
| FSuppressableWarningDialog | A Dialog that displays a warning message to the user and provides the option to not display it in the future | ||
| SGenericDialogWidget |
Typedefs
| Name | Description |
|---|---|
| FOnMsgDlgResult | |
| FReferenceGraph | |
| FReferenceTreeItemPtr | |
| SReferenceTreeView |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EAppReturnType::Type | OpenMsgDlgInt
(
EAppMsgType::Type InMessageType, |
Opens a modal/blocking message box dialog (with an additional 'copy message text' button), and returns the result immediately Internal use only. | |
| EAppReturnType::Type | OpenMsgDlgInt
(
EAppMsgType::Type InMessageType, |
Opens a modal/blocking message box dialog (with an additional 'copy message text' button), and returns the result immediately Internal use only. | |
| TSharedRef< SWindow > | OpenMsgDlgInt_NonModal
(
EAppMsgType::Type InMessageType, |
Opens a non-modal/non-blocking message box, which returns its result through a delegate/callback, using a reference to the created window, to identify which dialog has returned a result (in case there are multiple dialog windows) | |
| bool | PromptUserForDirectory
(
FString& OutDirectory, |
Helper method for popping up a directory dialog for the user. | |
| bool | PromptUserIfExistingObject
(
const FString& Name, |
||
| bool | PromptUserIfExistingObject
(
const FString& Name, |
||
| TSharedRef< SWindow > | SGenericDialogWidget::UE::Private::CreateModalDialogWindow
(
const FText& InTitle, |
||
| void | SGenericDialogWidget::UE::Private::ShowModalDialogWindow
(
TSharedRef< SWindow > Window |
||
| void | SGenericDialogWidget::UE::Private::ShowNonModalDialogWindow
(
TSharedRef< SWindow > Window |