![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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) |
Helper class for applying animations to a camera.
|
static |
Apply an offset to a camera transform in the given space, and get the resulting world-space info.
| UserPlaySpaceMatrix | The coordinate system in which to apply the offset |
| InPOV | The current camera transform |
| InOffset | The offset to apply |
| OutResult | The world-space transform of the offset camera |
|
static |
Apply an offset to a camera transform in camera space and get the resulting world-space info.
| InPOV | The current camera transform |
| InOffset | The offset to apply |
| OutResult | The world-space transform of the offset camera |