AVirtualCameraPawnBase::ProcessMovementInput

Send any movement input data forward to the Movement Component.

Windows
MacOS
Linux

References

Module

VirtualCamera

Header

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

Include

#include "VirtualCameraPawnBase.h"

Syntax

void ProcessMovementInput
(
    const FVector & Location,
    const FRotator & Rotation
)

Remarks

Send any movement input data forward to the Movement Component.

Parameters

Parameter

Description

Location

The current location of the tracker

Rotation

The current rotation of the tracker

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