UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCameraAnimationHelper Class Reference

#include <CameraAnimationHelper.h>

Static Public Member Functions

static ENGINE_API void ApplyOffset (const FMinimalViewInfo &InPOV, const FCameraAnimationHelperOffset &InOffset, FVector &OutLocation, FRotator &OutRotation)
 
static ENGINE_API void ApplyOffset (const FMatrix &UserPlaySpaceMatrix, const FMinimalViewInfo &InPOV, const FCameraAnimationHelperOffset &InOffset, FVector &OutLocation, FRotator &OutRotation)
 

Detailed Description

Helper class for applying animations to a camera.

Member Function Documentation

◆ ApplyOffset() [1/2]

void FCameraAnimationHelper::ApplyOffset ( const FMatrix UserPlaySpaceMatrix,
const FMinimalViewInfo InPOV,
const FCameraAnimationHelperOffset InOffset,
FVector OutLocation,
FRotator OutRotation 
)
static

Apply an offset to a camera transform in the given space, and get the resulting world-space info.

Parameters
UserPlaySpaceMatrixThe coordinate system in which to apply the offset
InPOVThe current camera transform
InOffsetThe offset to apply
OutResultThe world-space transform of the offset camera

◆ ApplyOffset() [2/2]

void FCameraAnimationHelper::ApplyOffset ( const FMinimalViewInfo InPOV,
const FCameraAnimationHelperOffset InOffset,
FVector OutLocation,
FRotator OutRotation 
)
static

Apply an offset to a camera transform in camera space and get the resulting world-space info.

Parameters
InPOVThe current camera transform
InOffsetThe offset to apply
OutResultThe world-space transform of the offset camera

The documentation for this class was generated from the following files: