IToolkitHost::GetParentWidget

Gets a widget that can be used to parent a modal window or pop-up to.

Unreal Engine C++ API Reference > Editor > EditorFramework > Toolkits > IToolkitHost

References

   
Module EditorFramework
Header /Engine/Source/Editor/EditorFramework/Public/Toolkits/IToolkitHost.h
Include #include "Toolkits/IToolkitHost.h"
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetParentWidget()  

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library