Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
| Name | FSceneViewWrapper |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoRenderingUtil.h |
| Include Path | #include "BaseGizmos/GizmoRenderingUtil.h" |
Syntax
class FSceneViewWrapper : public UE::GizmoRenderingUtil::ISceneViewInterface
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSceneViewWrapper
(
const FSceneView& SceneView |
BaseGizmos/GizmoRenderingUtil.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| View | const FSceneView * | BaseGizmos/GizmoRenderingUtil.h |
Functions
Public
Overridden from ISceneViewInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual double GetDPIScale() |
BaseGizmos/GizmoRenderingUtil.h | ||
virtual const FMatrix & GetProjectionMatrix() |
BaseGizmos/GizmoRenderingUtil.h | ||
virtual const FIntRect & GetUnscaledViewRect() |
BaseGizmos/GizmoRenderingUtil.h | ||
virtual FVector GetViewDirection() |
BaseGizmos/GizmoRenderingUtil.h | ||
virtual FVector GetViewLocation() |
BaseGizmos/GizmoRenderingUtil.h | ||
virtual const FMatrix & GetViewMatrix() |
BaseGizmos/GizmoRenderingUtil.h | ||
virtual FVector GetViewRight() |
BaseGizmos/GizmoRenderingUtil.h | ||
virtual FVector GetViewUp() |
BaseGizmos/GizmoRenderingUtil.h | ||
virtual bool IsPerspectiveProjection() |
BaseGizmos/GizmoRenderingUtil.h | ||
virtual FVector4 WorldToScreen
(
const FVector& VectorIn |
BaseGizmos/GizmoRenderingUtil.h |