UDEPRECATED_UUSDPrimResolver::FindMeshChildren

Finds any mesh children of a parent prim

Windows
MacOS
Linux

References

Module

USDImporter

Header

/Engine/Plugins/Importers/USDImporter/Source/USDImporter/Public/USDPrimResolver.h

Include

#include "USDPrimResolver.h"

Source

/Engine/Plugins/Importers/USDImporter/Source/USDImporter/Private/USDPrimResolver.cpp

Syntax

virtual void FindMeshChildren
(
    FUsdImportContext & ImportContext,
    const UE::FUsdPrim & ParentPrim,
    bool bOnlyLODRoots,
    TArray< UE::FUsdPrim > & OutMeshChildren
) const

Remarks

Finds any mesh children of a parent prim

Parameters

Parameter

Description

ImportContext

Contextual information about the current import

ParentPrim

The parent prim to find children from

bOnlyLODRoots

Only return prims which are parents of LOD meshes (i.e the prim has an LOD variant set)

OutMeshChilden

Flattened list of descendant prims with geometry

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