Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/ObjectDialog
Open a modal message box dialog containing a details view for inspecting / modifying a UObject.
Target is Editor Dialog Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| text | Title | The title of the created dialog window |
| object | In Out Object | Object instance of ClassOfObject which is supposed to be viewed |
| struct | Options | Optional settings to customize the look of the details view |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | The result of the users decision, true=Ok, false=Cancel, or false if running in unattended mode. |