Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraAnimationHelper.h |
| Include | #include "Camera/CameraAnimationHelper.h" |
Syntax
class FCameraAnimationHelper
Remarks
Helper class for applying animations to a camera.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyOffset
(
const FMinimalViewInfo& InPOV, |
Apply an offset to a camera transform in camera space and get the resulting world-space info. | |
| void | ApplyOffset
(
const FMatrix& UserPlaySpaceMatrix, |
Apply an offset to a camera transform in the given space, and get the resulting world-space info. |