IToolkitHost::GetParentWidget

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

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Toolkits/IToolkitHost.h

Include

#include "Toolkits/IToolkitHost.h"

Syntax

TSharedRef< class 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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss