Navigation
API > API/Editor > API/Editor/EditorFramework > API/Editor/EditorFramework/Toolkits > API/Editor/EditorFramework/Toolkits/IToolkitHost
References
| Module | EditorFramework |
| Header | /Engine/Source/Editor/EditorFramework/Public/Toolkits/IToolkitHost.h |
| Include | #include "Toolkits/IToolkitHost.h" |
TSharedRef< class SWidget > GetParentWidget&40;&41;
Remarks
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.