Navigation
API > API/Editor > API/Editor/LevelEditor
FDlgDeltaTransform
Wrapper class for SDlgDeltaTransform. This class creates and launches the dialog then awaits the Result to return to the user.
| |
|
| Name |
FDlgDeltaTransform |
| Type |
class |
| Header File |
/Engine/Source/Editor/LevelEditor/Public/DlgDeltaTransform.h |
| Include Path |
#include "DlgDeltaTransform.h" |
Syntax
class FDlgDeltaTransform
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Constructs A move Asset Dialog |
DlgDeltaTransform.h |
|
Enums
Public
| Name |
Remarks |
| EResult |
Custom result types |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DeltaTransformWidget |
TSharedPtr< class SDlgDeltaTransform > |
Cached pointer to the message box held within the window |
DlgDeltaTransform.h |
|
| DeltaTransformWindow |
TSharedPtr< SWindow > |
Cached pointer to the modal window |
DlgDeltaTransform.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Displays the dialog in a blocking fashionreturns User response in EResult form. |
DlgDeltaTransform.h |
|