Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UGizmoViewContext
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoViewContext.h |
| Include | #include "BaseGizmos/GizmoViewContext.h" |
Syntax
class FMatrices
Remarks
Wrapping class for the matrices so that they can be accessed in the same way that they are accessed in FSceneView.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMatrix | InvViewMatrix | ||
| FMatrix | ViewMatrix | ||
| FMatrix | ViewProjectionMatrix |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FMatrix & | |||
| const FMatrix & | |||
| const FMatrix & | |||
| void | ResetFromSceneView
(
const FSceneView& SceneView |