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

#include <ISMPoolComponent.h>

Public Member Functions

bool operator== (const FISMPoolStaticMeshInstance &Other) const
 

Public Attributes

TWeakObjectPtr< UStaticMeshStaticMesh
 
TArray< TWeakObjectPtr< UMaterialInterface > > MaterialsOverrides
 
TArray< floatCustomPrimitiveData
 
FISMPoolComponentDescription Desc
 

Detailed Description

A mesh with potentially overriden materials and ISM property description. We batch instances into ISMs that have equivalent values for this structure.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ CustomPrimitiveData

TArray<float> FISMPoolStaticMeshInstance::CustomPrimitiveData

◆ Desc

FISMPoolComponentDescription FISMPoolStaticMeshInstance::Desc

◆ MaterialsOverrides

TArray<TWeakObjectPtr<UMaterialInterface> > FISMPoolStaticMeshInstance::MaterialsOverrides

◆ StaticMesh

TWeakObjectPtr<UStaticMesh> FISMPoolStaticMeshInstance::StaticMesh

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