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