FSceneViewport::OnQueryPopupMethod

Called to figure out whether we can make new windows for popups within this viewport.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ISlateViewport::OnQueryPopupMethod()

FSceneViewport::OnQueryPopupMethod()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Slate/SceneViewport.h

Include

#include "Slate/SceneViewport.h"

Source

/Engine/Source/Runtime/Engine/Private/Slate/SceneViewport.cpp

Syntax

virtual FPopupMethodReply OnQueryPopupMethod() const

Remarks

Called to figure out whether we can make new windows for popups within this viewport. Making windows allows us to have popups that go outside the parent window, but cannot be used in fullscreen and do not have per-pixel alpha.