Navigation
Unreal Engine C++ API Reference > Plugins > VirtualCamera > UVirtualCameraMovementComponent
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 |
float GetAxisStabilizationScale
&40;
const EVirtualCameraAxis AxisToRetrieve
&41; const
Remarks
Gets the stabilization rate for a given axis. This method returns the stabilization value after undoing the curve applied in SetAxisStabiliaztionScale(). The return value will be equivialent the the NewStabiliaztionAmount parameter when setting the value, and not the returned actual value. the value of the stabilization amount for the current axis
Parameters
Name | Description |
---|---|
AxisToRetrieve | The axis whose stabilization rate is being retrieved |