UVirtualCameraMovementComponent::ProcessMovementInput

Update the position and rotation of the camera.

Windows
MacOS
Linux

References

Module

VirtualCamera

Header

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

Include

#include "VirtualCameraMovementComponent.h"

Source

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

Syntax

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

Remarks

Update the position and rotation of the camera.

Parameters

Parameter

Description

Location

The current location of the tracker being used for input

Rotation

The current rotation of the tracker being used for input

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