AInstancedFoliageActor::GetAllFoliageTypesForSource

Performs a reverse lookup from a source object to all the foliage types that are currently using that object (includes assets and blueprint classes)

Windows
MacOS
Linux

References

Module

Foliage

Header

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

Include

#include "InstancedFoliageActor.h"

Source

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

Syntax

void GetAllFoliageTypesForSource
(
    const UObject * InSource,
    TArray< const UFoliageType * > & OutFoliageTypes
)

Remarks

Performs a reverse lookup from a source object to all the foliage types that are currently using that object (includes assets and blueprint classes)

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