SViewport::OnWindowClosed

A delegate called when the viewports top level window is being closed

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h

Include

#include "Widgets/SViewport.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp

Syntax

void OnWindowClosed
(
    const TSharedRef< SWindow > & InWindowBeingClosed
)

Remarks

A delegate called when the viewports top level window is being closed

Parameters

Parameter

Description

InWindowBeingClosed

The window that is about to be closed

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