Navigation
API > API/Plugins > API/Plugins/AvalancheInteractiveTools
| Name | UAvaInteractiveToolsToolViewportPlanner |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheInteractiveTools/Public/Planners/AvaInteractiveToolsToolViewportPlanner.h |
| Include Path | #include "Planners/AvaInteractiveToolsToolViewportPlanner.h" |
Syntax
UCLASS (Abstract, BlueprintType, Blueprintable)
class UAvaInteractiveToolsToolViewportPlanner : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAvaInteractiveToolsToolViewportPlanner
Derived Classes
- UAvaInteractiveToolsToolViewportAreaPlanner
- UAvaInteractiveToolsToolViewportPointListPlanner
- UAvaInteractiveToolsToolViewportPointPlanner
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAvaInteractiveToolsToolViewportPlanner() |
Planners/AvaInteractiveToolsToolViewportPlanner.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MinDim | float | The minimum dimension for things. | Planners/AvaInteractiveToolsToolViewportPlanner.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DrawHUD
(
FCanvas* InCanvas, |
Planners/AvaInteractiveToolsToolViewportPlanner.h | ||
FViewport * GetViewport
(
EAvaViewportStatus InViewportStatus |
Planners/AvaInteractiveToolsToolViewportPlanner.h | ||
virtual bool HasStarted() |
Planners/AvaInteractiveToolsToolViewportPlanner.h | ||
virtual void OnClicked
(
const FInputDeviceRay& InClickPos |
Planners/AvaInteractiveToolsToolViewportPlanner.h | ||
virtual void OnTick
(
float InDeltaTime |
Planners/AvaInteractiveToolsToolViewportPlanner.h | ||
virtual void Render
(
IToolsContextRenderAPI* InRenderAPI |
Planners/AvaInteractiveToolsToolViewportPlanner.h | ||
virtual void Setup
(
UAvaInteractiveToolsToolBase* InTool |
Planners/AvaInteractiveToolsToolViewportPlanner.h | ||
virtual void Shutdown
(
EToolShutdownType ShutdownType |
Planners/AvaInteractiveToolsToolViewportPlanner.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector2f GetConstrainedMousePosition () |
Planners/AvaInteractiveToolsToolViewportPlanner.h | ||
FVector2f GetConstrainedMousePosition
(
const FVector2f& InClickPos |
Planners/AvaInteractiveToolsToolViewportPlanner.h | ||
FVector2f GetConstrainedMousePosition
(
FViewport* InViewport |
Planners/AvaInteractiveToolsToolViewportPlanner.h | ||
void SnapLocation
(
FVector2f& InOutLocation |
Planners/AvaInteractiveToolsToolViewportPlanner.h | ||
void StartSnapOperation() |
Planners/AvaInteractiveToolsToolViewportPlanner.h |