AVirtualCameraPlayerControllerBase::SetAxisStabilizationScale

Sets the stabilization rate for a given lock.

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)(BlueprintCallable, Category="Virtual Camera|Movement")
float SetAxisStabilizationScale
(
    EVirtualCameraAxis AxisToAdjust,
    float NewStabilizationAmount
)

Remarks

Sets the stabilization rate for a given lock.

Returns

the actual value the stabilization amount was set to after clamping

Parameters

Parameter

Description

AxisToAdjust

The axis whose stabilization rate should be changed

NewStabilizationAmount

The stabilization amount we should attempt to set the value

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