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

Public Member Functions

 FMIDData (UMaterialInterface *InMaterial, UFont *InFont)
 
bool IsStale (UMaterialInterface *InMaterial, UFont *InFont) const
 

Public Attributes

TArray< TObjectPtr< UMaterialInstanceDynamic > > MIDs
 
TArray< FMaterialParameterInfoFontParameters
 
bool bIsCustomMID
 

Detailed Description

Array of MIDs for a particular material and font

Constructor & Destructor Documentation

◆ FMIDData()

FTextRenderComponentMIDCache::FMIDData::FMIDData ( UMaterialInterface InMaterial,
UFont InFont 
)
inline

Member Function Documentation

◆ IsStale()

bool FTextRenderComponentMIDCache::FMIDData::IsStale ( UMaterialInterface InMaterial,
UFont InFont 
) const
inline

Member Data Documentation

◆ bIsCustomMID

bool FTextRenderComponentMIDCache::FMIDData::bIsCustomMID

◆ FontParameters

TArray<FMaterialParameterInfo> FTextRenderComponentMIDCache::FMIDData::FontParameters

◆ MIDs

TArray<TObjectPtr<UMaterialInstanceDynamic> > FTextRenderComponentMIDCache::FMIDData::MIDs

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