AVirtualCameraPlayerControllerBase::GetAxisMovementScale

Gets movement scale for a specific axis.

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

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="Virtual Camera|Movement")
float GetAxisMovementScale
(
    EVirtualCameraAxis AxisToRetrieve
)

Remarks

Gets movement scale for a specific axis.

Returns

the movement scale for the given axis

Parameters

Parameter

Description

AxisToRetrieve

The axis of the scale value needed

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