FCaptureLostEvent

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/Events.h

Include

#include "Input/Events.h"

Syntax

struct FCaptureLostEvent

Variables

Name Description

Public variable

int32

 

PointerIndex

Pointer (Finger) that lost capture.

Public variable

int32

 

UserIndex

User that is losing capture

Constructors

Name Description

Public function

FCaptureLostEvent()

UStruct Constructor. Not meant for normal usage.

Public function

FCaptureLostEvent

(
    int32 InUserIndex,
    int32 InPointerIndex
)

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