SWidget::OnFinishedPointerInput

All the pointer (mouse, touch, stylus, etc.) events from this frame have been routed.

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnFinishedPointerInput()

SViewport::OnFinishedPointerInput()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h

Include

#include "Widgets/SWidget.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp

Syntax

virtual void OnFinishedPointerInput()

Remarks

All the pointer (mouse, touch, stylus, etc.) events from this frame have been routed. This is a widget's chance to act on any accumulated data.

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