Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FCameraPoseMath
Description
Builds the view-projection matrix of the given camera pose. This matrix combines the camera transform and the projection matrix, making it suitable for projecting world-space points onto screen-space.
| Name | BuildViewProjectionMatrix |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Math/CameraPoseMath.h |
| Include Path | #include "Math/CameraPoseMath.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Math/CameraPoseMath.cpp |
static FMatrix BuildViewProjectionMatrix
(
const FCameraPose & CameraPose,
double AspectRatio
)