Navigation
API > API/Plugins > API/Plugins/GameplayCameras
The base class for a node that can handle and accumulate raw player input values.
| Name | UCameraRigInput1DSlot |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Input/CameraRigInput1DSlot.h |
| Include Path | #include "Nodes/Input/CameraRigInput1DSlot.h" |
Syntax
UCLASS (Abstract)
class UCameraRigInput1DSlot : public UInput1DCameraNode
Inheritance Hierarchy
- UInput1DCameraNode → UCameraRigInput1DSlot
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsPreBlended | bool | Whether the multiplier should be pre-blended. | Nodes/Input/CameraRigInput1DSlot.h |
|
| BuiltInVariable | EBuiltInDoubleCameraVariable | The variable to use to blend with other input slots. | Nodes/Input/CameraRigInput1DSlot.h |
|
| Clamp | FCameraParameterClamping | Clamping of the final input value. | Nodes/Input/CameraRigInput1DSlot.h |
|
| CustomVariable | FDoubleCameraVariableReference | The variable to use to blend with other input slots. | Nodes/Input/CameraRigInput1DSlot.h |
|
| Normalize | FCameraParameterNormalization | Normalization of the final input value. | Nodes/Input/CameraRigInput1DSlot.h |
|
| RevertAxis | FBooleanCameraParameter | Whether to revert the axis. | Nodes/Input/CameraRigInput1DSlot.h |
|
| Speed | FDoubleCameraParameter | A speed, in units/seconds, to use on the input value. | Nodes/Input/CameraRigInput1DSlot.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SpeedVariableID | FCameraVariableID | Nodes/Input/CameraRigInput1DSlot.h | ||
| VariableID | FCameraVariableID | Nodes/Input/CameraRigInput1DSlot.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCameraVariableID GetSpeedVariableID() |
Nodes/Input/CameraRigInput1DSlot.h | ||
FCameraVariableID GetVariableID() |
Nodes/Input/CameraRigInput1DSlot.h | ||
virtual void PostLoad() |
Nodes/Input/CameraRigInput1DSlot.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnBuild
(
FCameraObjectBuildContext& BuildContext |
Nodes/Input/CameraRigInput1DSlot.h | ||
virtual FCameraNodeEvaluatorPtr OnBuildEvaluator
(
FCameraNodeEvaluatorBuilder& Builder |
Nodes/Input/CameraRigInput1DSlot.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InputSlotParameters_DEPRECATED | FCameraRigInputSlotParameters | Nodes/Input/CameraRigInput1DSlot.h |