AInstancedFoliageActor::GetOverlappingBoxTransforms

Finds all instances in the provided box and get their transforms.

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 GetOverlappingBoxTransforms
(
    const UFoliageType * FoliageType,
    const FBox & Box,
    TArray< FTransform > & OutTransforms
) const

Remarks

Finds all instances in the provided box and get their transforms.

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