UProceduralFoliageTile::InitSimulation

Initializes the tile for 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 InitSimulation
(
    const UProceduralFoliageSpawner * InFoliageSpawner,
    const int32 InRandomSeed
)

Remarks

Initializes the tile for simulation. Called automatically by Simulate, so only bother to call if the tile won't actually simulate.

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