UProceduralFoliageTile::ExtractDesiredInstances

Extracts information on each instance that should be spawned based on the simulation.

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 ExtractDesiredInstances
(
    TArray< FDesiredFoliageInstance > & OutDesiredInstances,
    const FTransform & WorldTM,
    const FGuid & ProceduralGuid,
    const float HalfHeight,
    const FBodyInstance * VolumeBodyInstance,
    bool bEmptyTileInfo
)

Remarks

Extracts information on each instance that should be spawned based on the simulation.

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