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

#include <MaterialCachedData.h>

Public Member Functions

bool operator== (const FMaterialParameterCollectionInfo &Other) const
 

Public Attributes

FGuid StateId
 
TObjectPtr< UMaterialParameterCollectionParameterCollection = nullptr
 

Detailed Description

Stores information about a parameter collection that this material references, used to know when the material needs to be recompiled.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ ParameterCollection

TObjectPtr<UMaterialParameterCollection> FMaterialParameterCollectionInfo::ParameterCollection = nullptr

The collection which this material has a dependency on.

◆ StateId

FGuid FMaterialParameterCollectionInfo::StateId

Id that the collection had when this material was last compiled.


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