Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UStaticMesh
Description
Retrieves the cached array of static meshes referenced by the Nanite Assembly data. NOTE: This array is only meant to contain anything during static mesh build.
| Name | GetCachedNaniteAssemblyReferences |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h |
| Include Path | #include "Engine/StaticMesh.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StaticMesh.cpp |
const TArray < TObjectPtr < UStaticMesh > > & GetCachedNaniteAssemblyReferences() const