Navigation
API > API/Editor > API/Editor/EditorFramework > API/Editor/EditorFramework/IToolkitHost
Description
Gets a widget that can be used to parent a modal window or pop-up to. You shouldn't be using this widget for anything other than parenting, as the type of widget and behavior/lifespan is completely up to the host.
| Name | GetParentWidget |
| Type | function |
| Header File | /Engine/Source/Editor/EditorFramework/Public/Toolkits/IToolkitHost.h |
| Include Path | #include "Toolkits/IToolkitHost.h" |
TSharedRef < class SWidget > GetParentWidget()