Navigation
BlueprintAPI > BlueprintAPI/Camera
Returns the View Matrix, Projection Matrix and the View x Projection Matrix for a given view
Target is Gameplay Statics
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Desired View | FMinimalViewInfo struct for a camera. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | View Matrix | (out) Corresponding View Matrix |
| struct | Projection Matrix | (out) Corresponding Projection Matrix |
| struct | View Projection Matrix | (out) Corresponding View x Projection Matrix |