FLandscapeBrushData

Windows
MacOS
Linux

References

Module

LandscapeEditor

Header

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

Include

#include "LandscapeToolInterface.h"

Syntax

class FLandscapeBrushData

Variables

Name Description

Protected variable

FIntRect

 

Bounds

Protected variable

TArray< float >

 

BrushAlpha

Constructors

Name Description

Public function

FLandscapeBrushData()

Public function

FLandscapeBrushData

(
    FIntRect InBounds
)

Functions

Name Description

Public function Const

FIntRect

 

GetBounds()

Public function

float *

 

GetDataPtr

(
    FIntPoint Position
)

Public function Const

const float ...

 

GetDataPtr

(
    FIntPoint Position
)

Public function Const

void

 

GetInclusiveBounds

(
    int32& X1,
    int32& Y1,
    int32& X2,
    int32& Y2
)

For compatibility with older landscape code that uses inclusive bounds in 4 int32s.

Operators

Name Description

Public function Const

 

operator bool()

Public function Const

bool

 

operator!()

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