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