Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Nodes > API/Plugins/GameplayCameras/Nodes/Input
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Input/CameraRigInputSlotTypes.h |
| Include | #include "Nodes/Input/CameraRigInputSlotTypes.h" |
Syntax
USTRUCT ()
struct FCameraParameterClamping
Remarks
Value clamping parameters.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bClampMax | ||
| bool | bClampMin | ||
| double | MaxValue | ||
| double | MinValue |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | ClampValue
(
double Value |
Clamps the given value. | |
| void | GetEffectiveClamping
(
double& OutMinValue, |
Gets the effective min/max values for this struct. |