Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FCameraParameterClamping
Description
Gets the effective min/max values for this struct. If a bound is disabled, the effective value will be lowest or max double precision values.
| Name | GetEffectiveClamping |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Input/CameraRigInputSlotTypes.h |
| Include Path | #include "Nodes/Input/CameraRigInputSlotTypes.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Nodes/Input/CameraRigInputSlotTypes.cpp |
void GetEffectiveClamping
(
double & OutMinValue,
double & OutMaxValue
) const