FTileLayout

Describes the layout of the tiles used for procedural foliage simulation

Windows
MacOS
Linux

References

Module

Foliage

Header

/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageComponent.h

Include

#include "ProceduralFoliageComponent.h"

Syntax

struct FTileLayout

Remarks

Describes the layout of the tiles used for procedural foliage simulation

Variables

Name Description

Public variable

int32

 

BottomLeftX

The X coordinate (in whole tiles) of the bottom-left-most active tile.

Public variable

int32

 

BottomLeftY

The Y coordinate (in whole tiles) of the bottom-left-most active tile.

Public variable

float

 

HalfHeight

Public variable

int32

 

NumTilesX

The total number of active tiles along the x-axis.

Public variable

int32

 

NumTilesY

The total number of active tiles along the y-axis.

Constructors

Name Description

Public function

FTileLayout()

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