AVirtualCameraPlayerControllerBase::OnTouchInput

Determine how to handle touch input based on current context.

Windows
MacOS
Linux

References

Module

VirtualCamera

Header

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/VirtualCameraPlayerControllerBase.h

Include

#include "VirtualCameraPlayerControllerBase.h"

Source

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Private/VirtualCameraPlayerControllerBase.cpp

Syntax

void OnTouchInput
(
    const ETouchIndex::Type TouchIndex,
    const FVector Location
)

Remarks

Determine how to handle touch input based on current context.

Parameters

Parameter

Description

TouchIndex

The touch index that triggered the input

Location

The location of the touch input in screen space

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