USDExporterBlueprintLibrary::GetInstanceTransforms

Returns the transforms of all instances of a particular [UFoliageType](API\Runtime\Foliage\UFoliageType) on a given level (which defaults to the Actor's level if left nullptr).

Windows
MacOS
Linux

References

Module

USDExporter

Header

/Engine/Plugins/Importers/USDImporter/Source/USDExporter/Public/USDExporterBlueprintLibrary.h

Include

#include "USDExporterBlueprintLibrary.h"

Source

/Engine/Plugins/Importers/USDImporter/Source/USDExporter/Private/USDExporterBlueprintLibrary.cpp

Syntax

static TArray< FTransform > GetInstanceTransforms
(
    AInstancedFoliageActor * Actor,
    UFoliageType * FoliageType,
    ULevel * InstancesLevel
)

Remarks

Returns the transforms of all instances of a particular UFoliageType on a given level (which defaults to the Actor's level if left nullptr). Use GetUsedFoliageTypes() to retrieve all foliage types managed by a particular actor.

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