AInstancedFoliageActor::GetLocalFoliageTypeForSource

Performs a reverse lookup from a source object to a local foliage type (i.e. the foliage type owned exclusively by this IFA)

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

UFoliageType * GetLocalFoliageTypeForSource
(
    const UObject * InSource,
    FFoliageInfo ** OutMeshInfo
)

Remarks

Performs a reverse lookup from a source object to a local foliage type (i.e. the foliage type owned exclusively by this IFA)

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