UProceduralFoliageTile::CopyInstancesToTile

Copies instances within this tile to another

Windows
MacOS
Linux

References

Module

Foliage

Header

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

Include

#include "ProceduralFoliageTile.h"

Source

/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageTile.cpp

Syntax

void CopyInstancesToTile
(
    UProceduralFoliageTile * ToTile,
    const FBox2D & LocalAABB,
    const FTransform & RelativeTM,
    const float Overlap
) const

Remarks

Copies instances within this tile to another

Parameters

Parameter

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

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