Navigation
API > API/Plugins > API/Plugins/GameplayCameras
The base class for a node that can handle and accumulate raw player input values.
| Name | UCameraRigInput2DSlot |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Input/CameraRigInput2DSlot.h |
| Include Path | #include "Nodes/Input/CameraRigInput2DSlot.h" |
Syntax
UCLASS (Abstract)
class UCameraRigInput2DSlot : public UInput2DCameraNode
Inheritance Hierarchy
- UInput2DCameraNode → UCameraRigInput2DSlot
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsPreBlended | bool | Whether parameters such as speed should be pre-blended. | Nodes/Input/CameraRigInput2DSlot.h |
|
| BuiltInVariable | EBuiltInVector2dCameraVariable | The variable to use to blend with other input slots. | Nodes/Input/CameraRigInput2DSlot.h |
|
| ClampX | FCameraParameterClamping | Clamping of the final input value. | Nodes/Input/CameraRigInput2DSlot.h |
|
| ClampY | FCameraParameterClamping | Clamping of the final input value. | Nodes/Input/CameraRigInput2DSlot.h |
|
| CustomVariable | FVector2dCameraVariableReference | The variable to use to blend with other input slots. | Nodes/Input/CameraRigInput2DSlot.h |
|
| NormalizeX | FCameraParameterNormalization | Normalization of the final input value. | Nodes/Input/CameraRigInput2DSlot.h |
|
| NormalizeY | FCameraParameterNormalization | Normalization of the final input value. | Nodes/Input/CameraRigInput2DSlot.h |
|
| RevertAxisX | FBooleanCameraParameter | Whether to revert the X axis. | Nodes/Input/CameraRigInput2DSlot.h |
|
| RevertAxisY | FBooleanCameraParameter | Whether to revert the Y axis. | Nodes/Input/CameraRigInput2DSlot.h |
|
| Speed | FVector2dCameraParameter | A speed, in units/seconds, to use on the input value. | Nodes/Input/CameraRigInput2DSlot.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SpeedVariableID | FCameraVariableID | Nodes/Input/CameraRigInput2DSlot.h | ||
| VariableID | FCameraVariableID | Nodes/Input/CameraRigInput2DSlot.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCameraVariableID GetSpeedVariableID() |
Nodes/Input/CameraRigInput2DSlot.h | ||
FCameraVariableID GetVariableID() |
Nodes/Input/CameraRigInput2DSlot.h | ||
virtual void PostLoad() |
Nodes/Input/CameraRigInput2DSlot.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnBuild
(
FCameraObjectBuildContext& BuildContext |
Nodes/Input/CameraRigInput2DSlot.h | ||
virtual FCameraNodeEvaluatorPtr OnBuildEvaluator
(
FCameraNodeEvaluatorBuilder& Builder |
Nodes/Input/CameraRigInput2DSlot.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InputSlotParameters_DEPRECATED | FCameraRigInputSlotParameters | Nodes/Input/CameraRigInput2DSlot.h |