Navigation
API > API/Editor > API/Editor/UMGEditor
Inheritance Hierarchy
- IUMGDesigner
- SDesignerView
References
| Module | UMGEditor |
| Header | /Engine/Source/Editor/UMGEditor/Public/IUMGDesigner.h |
| Include | #include "IUMGDesigner.h" |
Syntax
class IUMGDesigner
Remarks
The public interface implemented by the UMG Designer to allow extensions to call methods on the designer.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FGeometry | |||
| float | |||
| FWidgetReference | |||
| const TSet< FWidgetReference > & | |||
| ETransformMode::Type | |||
| bool | GetWidgetGeometry
(
const FWidgetReference& Widget, |
Gets the previous frames widget geometry. | |
| bool | GetWidgetGeometry
(
const UWidget* PreviewWidget, |
Gets the previous frames widget geometry. | |
| bool | GetWidgetParentGeometry
(
const FWidgetReference& Widget, |
Gets the previous frames widget geometry of the parent of the provided widget. | |
| FGeometry | MakeGeometryWindowLocal
(
const FGeometry& WidgetGeometry |
Takes geometry and adds the inverse of the window transform to get the geometry in the space of the window. | |
| void | MarkDesignModifed
(
bool bRequiresRecompile |
Marks the designer content as being modified. | |
| void | Removes the last message from the message stack. | ||
| void | PushDesignerMessage
(
const FText& Message |
Push a new designer message to show at the bottom of the screen. |