Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Value normalization parameters.
| Name | FCameraParameterNormalization |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Input/CameraRigInputSlotTypes.h |
| Include Path | #include "Nodes/Input/CameraRigInputSlotTypes.h" |
Syntax
USTRUCT ()
struct FCameraParameterNormalization
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bNormalize | bool | Nodes/Input/CameraRigInputSlotTypes.h |
|
|
| MaxValue | double | Nodes/Input/CameraRigInputSlotTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double NormalizeValue
(
double Value |
Normalizes the given value. | Nodes/Input/CameraRigInputSlotTypes.h |