Navigation
API > API/Plugins > API/Plugins/AvalancheInteractiveTools
| Name | UAvaInteractiveToolsToolViewportPointListPlanner |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheInteractiveTools/Public/Planners/AvaInteractiveToolsToolViewportPointListPlanner.h |
| Include Path | #include "Planners/AvaInteractiveToolsToolViewportPointListPlanner.h" |
Syntax
UCLASS (BlueprintType, Blueprintable)
class UAvaInteractiveToolsToolViewportPointListPlanner : public UAvaInteractiveToolsToolViewportPlanner
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAvaInteractiveToolsToolViewportPlanner → UAvaInteractiveToolsToolViewportPointListPlanner
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddViewportPosition
(
const FVector2f& InViewportPosition |
Planners/AvaInteractiveToolsToolViewportPointListPlanner.h | ||
const FVector2f & GetCurrentViewportPosition() |
Planners/AvaInteractiveToolsToolViewportPointListPlanner.h | ||
EAvaInteractiveToolsToolViewportPointListPlannerLineStatus GetLineStatus() |
Planners/AvaInteractiveToolsToolViewportPointListPlanner.h | ||
const TArray< FVector2f > & GetViewportPositions () |
Planners/AvaInteractiveToolsToolViewportPointListPlanner.h | ||
TArray< FVector2f > & GetViewportPositions () |
Planners/AvaInteractiveToolsToolViewportPointListPlanner.h | ||
void OverrideCurrentViewportPosition
(
const FVector2f InPosition |
Planners/AvaInteractiveToolsToolViewportPointListPlanner.h | ||
void SetLineStatus
(
EAvaInteractiveToolsToolViewportPointListPlannerLineStatus InLineStatus |
Planners/AvaInteractiveToolsToolViewportPointListPlanner.h |
Overridden from UAvaInteractiveToolsToolViewportPlanner
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DrawHUD
(
FCanvas* InCanvas, |
Planners/AvaInteractiveToolsToolViewportPointListPlanner.h | ||
virtual bool HasStarted() |
Planners/AvaInteractiveToolsToolViewportPointListPlanner.h | ||
virtual void OnClicked
(
const FInputDeviceRay& InClickPos |
Planners/AvaInteractiveToolsToolViewportPointListPlanner.h | ||
virtual void OnTick
(
float InDeltaTime |
Planners/AvaInteractiveToolsToolViewportPointListPlanner.h | ||
virtual void Setup
(
UAvaInteractiveToolsToolBase* InTool |
Planners/AvaInteractiveToolsToolViewportPointListPlanner.h |