ISlateViewport::OnAnalogValueChanged

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

Windows
MacOS
Linux

Override Hierarchy

ISlateViewport::OnAnalogValueChanged()

FSceneViewport::OnAnalogValueChanged()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h

Include

#include "Rendering/RenderingCommon.h"

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