Navigation
API > API/Editor > API/Editor/UnrealEd
FCameraControllerUserImpulseData
Wrapper structure for all of the various user input parameters for camera movement
| Name | FCameraControllerUserImpulseData |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/CameraController.h |
| Include Path | #include "CameraController.h" |
Syntax
class FCameraControllerUserImpulseData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCameraControllerUserImpulseData() |
Constructor | CameraController.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MoveForwardBackwardImpulse | float | Scalar user input for moving forwards (positive) or backwards (negative) | CameraController.h | |
| MoveLocalUpDownImpulse | float | Scalar user input for moving up (positive) or down (negative) in local space | CameraController.h | |
| MoveRightLeftImpulse | float | Scalar user input for moving right (positive) or left (negative) | CameraController.h | |
| MoveWorldUpDownImpulse | float | Scalar user input for moving up (positive) or down (negative) in world space | CameraController.h | |
| RotatePitchImpulse | float | Scalar user input for pitching up (positive) or down (negative) | CameraController.h | |
| RotatePitchVelocityModifier | float | Velocity modifier for pitching up (positive) or down (negative) | CameraController.h | |
| RotateRollImpulse | float | Scalar user input for rolling clockwise (positive) or counter-clockwise (negative) | CameraController.h | |
| RotateRollVelocityModifier | float | Velocity modifier for rolling clockwise (positive) or counter-clockwise (negative) | CameraController.h | |
| RotateYawImpulse | float | Scalar user input for turning right (positive) or left (negative) | CameraController.h | |
| RotateYawVelocityModifier | float | Velocity modifier for turning right (positive) or left (negative) | CameraController.h | |
| ZoomOutInImpulse | float | Scalar user input for increasing FOV (zoom out, positive) or decreasing FOV (zoom in, negative) | CameraController.h |