FSceneViewport::OnAnalogValueChanged

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ISlateViewport::OnAnalogValueChanged()

FSceneViewport::OnAnalogValueChanged()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Slate/SceneViewport.h

Include

#include "Slate/SceneViewport.h"

Source

/Engine/Source/Runtime/Engine/Private/Slate/SceneViewport.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