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

#include <MaterialCachedData.h>

Public Attributes

FGuid StateId
 
TObjectPtr< UMaterialFunctionInterfaceFunction = nullptr
 

Detailed Description

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

Member Data Documentation

◆ Function

TObjectPtr<UMaterialFunctionInterface> FMaterialFunctionInfo::Function = nullptr

The function which this material has a dependency on.

◆ StateId

FGuid FMaterialFunctionInfo::StateId

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


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