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