Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneRelativeViewMatrices.h |
| Include | #include "SceneRelativeViewMatrices.h" |
Syntax
struct FDFRelativeViewMatrices
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMatrix44f | ClipToRelativeWorld | ||
| FMatrix44f | ClipToView | ||
| FVector3f | PositionHigh | ||
| FMatrix44f | PrevClipToRelativeWorld | ||
| FMatrix44f | PrevClipToView | ||
| FMatrix44f | PrevViewToRelativeWorld | ||
| FMatrix44f | RelativeWorldToClip | ||
| FMatrix44f | RelativeWorldToView | ||
| FMatrix44f | ViewToClip | ||
| FMatrix44f | ViewToRelativeWorld |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDFRelativeViewMatrices | Create
(
const FInitializer& Initializer |
||
| FDFRelativeViewMatrices | Create
(
const FViewMatrices& Matrices |
Use the same matrices for current and previous | |
| FDFRelativeViewMatrices | Create
(
const FViewMatrices& Matrices, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInitializer |