Navigation
API > API/Runtime > API/Runtime/Foliage > API/Runtime/Foliage/UProceduralFoliageTile
References
| Module | Foliage |
| Header | /Engine/Source/Runtime/Foliage/Public/ProceduralFoliageTile.h |
| Include | #include "ProceduralFoliageTile.h" |
| Source | /Engine/Source/Runtime/Foliage/Private/ProceduralFoliageTile.cpp |
void CopyInstancesToTile
(
UProceduralFoliageTile * ToTile,
const FBox2D & LocalAABB,
const FTransform & RelativeTM,
const float Overlap
) const
Remarks
Copies instances within this tile to another
Parameters
| Name | Description |
|---|---|
| ToTile | The tile to copy instances to |
| LocalAABB | The region (in local space) to copy instances from |
| RelativeTM | The transform of the destination tile relative to this tile |
| Overlap | The amount by which the tiles are overlapping |