Navigation
API > API/Plugins > API/Plugins/GameplayCameras
A camera node that smoothes the movement of the camera.
| Name | UDampenPositionCameraNode |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Common/DampenPositionCameraNode.h |
| Include Path | #include "Nodes/Common/DampenPositionCameraNode.h" |
Syntax
UCLASS (MinimalAPI, Meta=(CameraNodeCategories="Common,Transform"))
class UDampenPositionCameraNode : public UCameraNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCameraNode → UDampenPositionCameraNode
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DampenSpace | ECameraNodeSpace | What space the damping should be in. | Nodes/Common/DampenPositionCameraNode.h |
|
| ForwardDampingFactor | FFloatCameraParameter | Damping factor for forward/backward camera movement. | Nodes/Common/DampenPositionCameraNode.h |
|
| LateralDampingFactor | FFloatCameraParameter | Damping factor for left/right camera movement. | Nodes/Common/DampenPositionCameraNode.h |
|
| VerticalDampingFactor | FFloatCameraParameter | Damping factor for up/down camera movement. | Nodes/Common/DampenPositionCameraNode.h |
|
Functions
Protected
Overridden from UCameraNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FCameraNodeEvaluatorPtr OnBuildEvaluator
(
FCameraNodeEvaluatorBuilder& Builder |
Builds the evaluator for this node. | Nodes/Common/DampenPositionCameraNode.h |