FLandscapeToolInteractorPosition

FLandscapeToolMousePosition - Struct to store mouse positions since the last time we applied the brush.

Windows
MacOS
Linux

References

Module

LandscapeEditor

Header

/Engine/Source/Editor/LandscapeEditor/Public/LandscapeToolInterface.h

Include

#include "LandscapeToolInterface.h"

Syntax

struct FLandscapeToolInteractorPosition

Remarks

FLandscapeToolMousePosition - Struct to store mouse positions since the last time we applied the brush.

Variables

Name Description

Public variable

bool

 

bModifierPressed

Public variable

FVector2D

 

Position

Stored in heightmap space.

Constructors

Name Description

Public function

FLandscapeToolInteractorPosition

(
    FVector2D InPosition,
    const bool bInModifierPressed
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss