Navigation
API > API/Plugins > API/Plugins/AvalancheInteractiveTools
| Name | UAvaInteractiveToolsToolViewportPointPlanner |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheInteractiveTools/Public/Planners/AvaInteractiveToolsToolViewportPointPlanner.h |
| Include Path | #include "Planners/AvaInteractiveToolsToolViewportPointPlanner.h" |
Syntax
UCLASS (BlueprintType, Blueprintable)
class UAvaInteractiveToolsToolViewportPointPlanner : public UAvaInteractiveToolsToolViewportPlanner
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAvaInteractiveToolsToolViewportPlanner → UAvaInteractiveToolsToolViewportPointPlanner
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FVector2f & GetViewportPosition() |
Planners/AvaInteractiveToolsToolViewportPointPlanner.h | ||
void SetViewportPosition
(
const FVector2f& InViewportPosition |
Planners/AvaInteractiveToolsToolViewportPointPlanner.h |
Overridden from UAvaInteractiveToolsToolViewportPlanner
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool HasStarted() |
Planners/AvaInteractiveToolsToolViewportPointPlanner.h | ||
virtual void OnClicked
(
const FInputDeviceRay& InClickPos |
Planners/AvaInteractiveToolsToolViewportPointPlanner.h | ||
virtual void OnTick
(
float InDeltaTime |
Planners/AvaInteractiveToolsToolViewportPointPlanner.h | ||
virtual void Setup
(
UAvaInteractiveToolsToolBase* InTool |
Planners/AvaInteractiveToolsToolViewportPointPlanner.h |