UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMaterialOverlayHelper Class Reference

#include <MaterialOverlayHelper.h>

Static Public Member Functions

static void AppendAllOverlayMaterial (const TArray< TObjectPtr< UMaterialInterface > > &SourceMaterials, TArray< UMaterialInterface * > &OutMaterials, bool &bOutHaveNullEntry)
 
static void AppendAllOverlayMaterial (const TArray< TObjectPtr< UMaterialInterface > > &SourceMaterials, TArray< UMaterialInterface * > &OutMaterials)
 
static void ForceMaterial (TArray< TObjectPtr< UMaterialInterface > > &SourceMaterials, UMaterialInterface *ForceMaterial)
 
static bool ForceMaterial (TArray< TObjectPtr< UMaterialInterface > > &SourceMaterials, const int32 SlotIndex, UMaterialInterface *ForceMaterial)
 
static UMaterialInterfaceGetOverlayMaterial (TArray< TObjectPtr< UMaterialInterface > > &SourceMaterials, const int32 SlotIndex)
 

Member Function Documentation

◆ AppendAllOverlayMaterial() [1/2]

static void FMaterialOverlayHelper::AppendAllOverlayMaterial ( const TArray< TObjectPtr< UMaterialInterface > > &  SourceMaterials,
TArray< UMaterialInterface * > &  OutMaterials 
)
inlinestatic

◆ AppendAllOverlayMaterial() [2/2]

static void FMaterialOverlayHelper::AppendAllOverlayMaterial ( const TArray< TObjectPtr< UMaterialInterface > > &  SourceMaterials,
TArray< UMaterialInterface * > &  OutMaterials,
bool bOutHaveNullEntry 
)
inlinestatic

◆ ForceMaterial() [1/2]

static bool FMaterialOverlayHelper::ForceMaterial ( TArray< TObjectPtr< UMaterialInterface > > &  SourceMaterials,
const int32  SlotIndex,
UMaterialInterface ForceMaterial 
)
inlinestatic

◆ ForceMaterial() [2/2]

static void FMaterialOverlayHelper::ForceMaterial ( TArray< TObjectPtr< UMaterialInterface > > &  SourceMaterials,
UMaterialInterface ForceMaterial 
)
inlinestatic

◆ GetOverlayMaterial()

static UMaterialInterface * FMaterialOverlayHelper::GetOverlayMaterial ( TArray< TObjectPtr< UMaterialInterface > > &  SourceMaterials,
const int32  SlotIndex 
)
inlinestatic

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