UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNaniteAssemblyPart Struct Reference

#include <NaniteAssemblyData.h>

Public Member Functions

bool operator== (const FNaniteAssemblyPart &Other) const
 
bool operator!= (const FNaniteAssemblyPart &Other) const
 

Public Attributes

FSoftObjectPath MeshObjectPath
 
TArray< int32MaterialRemap
 

Detailed Description

A mesh to be instanced as a part of a Nanite Assembly

Member Function Documentation

◆ operator!=()

bool FNaniteAssemblyPart::operator!= ( const FNaniteAssemblyPart Other) const
inline

◆ operator==()

bool FNaniteAssemblyPart::operator== ( const FNaniteAssemblyPart Other) const
inline

Member Data Documentation

◆ MaterialRemap

TArray<int32> FNaniteAssemblyPart::MaterialRemap

The mapping of the part's materials to the final material list (Empty means material indices map 1:1)

◆ MeshObjectPath

FSoftObjectPath FNaniteAssemblyPart::MeshObjectPath

The static mesh to render for the part


The documentation for this struct was generated from the following file: