Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Nodes > API/Plugins/GameplayCameras/Nodes/Input
Inheritance Hierarchy
- UInput1DCameraNode
- UCameraRigInput1DSlot
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Input/CameraRigInput1DSlot.h |
| Include | #include "Nodes/Input/CameraRigInput1DSlot.h" |
Syntax
UCLASS (Abstract)
class UCameraRigInput1DSlot : public UInput1DCameraNode
Remarks
The base class for a node that can handle and accumulate raw player input values.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EBuiltInDoubleCameraVariable | BuiltInVariable | The variable to use to blend with other input slots. | |
| FCameraParameterClamping | Clamp | Clamping of the final input value. | |
| FDoubleCameraVariableReference | CustomVariable | The variable to use to blend with other input slots. | |
| FCameraRigInputSlotParameters | InputSlotParameters | Input processing parameters. | |
| FCameraParameterNormalization | Normalize | Normalization of the final input value. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FCameraVariableID | |||
| FCameraVariableID | |||
| void | OnBuild
(
FCameraRigBuildContext& BuildContext |
||
| FCameraNodeEvaluatorPtr | OnBuildEvaluator
(
FCameraNodeEvaluatorBuilder& Builder |