FClickSubscriber

A single subscription about clicks happening outside the widget.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h

Include

#include "Framework/Application/SlateApplication.h"

Syntax

struct FClickSubscriber

Remarks

A single subscription about clicks happening outside the widget.

Variables

Name Description

Public variable

TWeakPtr< SWidg...

 

DetectClicksOutsideMe

If a click occurs outside this widget, we'll send the notification

Public variable

FOnClickedOutsi...

 

Notification

Notification to send

Constructors

Name Description

Public function

FClickSubscriber

(
    const TSharedRef< SWidget >& Detec...,
    const FOnClickedOutside& InNotific...
)

Functions

Name Description

Public function Const

bool

 

ShouldKeep()

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