FSceneViewProjectionData

Projection data for a [FSceneView](API\Runtime\Engine\FSceneView).

Windows
MacOS
Linux

Inheritance Hierarchy

FSceneViewProjectionData

FSceneViewInitOptions

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneView.h

Include

#include "SceneView.h"

Syntax

struct FSceneViewProjectionData

Remarks

Projection data for a FSceneView.

Variables

Name Description

Protected variable

FIntRect

 

ConstrainedViewRect

The constrained view rectangle (identical to UnconstrainedUnscaledViewRect if aspect ratio is not constrained)

Public variable

FMatrix

 

ProjectionMatrix

UE4 projection matrix projects such that clip space Z=1 is the near plane, and Z=0 is the infinite far plane.

Public variable

FVector

 

ViewOrigin

The view origin.

Protected variable

FIntRect

 

ViewRect

The unconstrained (no aspect ratio bars applied) view rectangle (also unscaled)

Public variable

FMatrix

 

ViewRotationMatrix

Rotation matrix transforming from world space to view space.

Functions

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