UCameraAnim::GetAABB

Gets AABB of the camera's path.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Camera/CameraAnim.h

Include

#include "Camera/CameraAnim.h"

Source

/Engine/Source/Runtime/Engine/Private/Camera/CameraAnim.cpp

Syntax

FBox GetAABB
(
    FVector const & BaseLoc,
    FRotator const & BaseRot,
    float Scale
) const

Remarks

Gets AABB of the camera's path. Useful for rough testing if you can play an animation at a certain location in the world without penetrating geometry.

Returns

Returns the local-space axis-aligned bounding box of the entire motion of this animation.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss