SViewport::OnAnalogValueChanged

Called when an analog value changes on a button that supports analog

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnAnalogValueChanged()

SViewport::OnAnalogValueChanged()

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

virtual FReply OnAnalogValueChanged
(
    const FGeometry & MyGeometry,
    const FAnalogInputEvent & InAnalogInputEvent
)

Remarks

Called when an analog value changes on a button that supports analog

Returns

Returns whether the event was handled, along with other possible actions

Parameters

Parameter

Description

MyGeometry

The Geometry of the widget receiving the event

InAnalogInputEvent

Analog input event

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