Navigation
Unreal Engine C++ API Reference > Runtime > Engine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/MaterialCachedData.h |
Include | #include "MaterialCachedData.h" |
Syntax
struct FMaterialFunctionInfo
Remarks
Stores information about a function that this material references, used to know when the material needs to be recompiled.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TObjectPtr< UMaterialFunctionInterface > | Function | The function which this material has a dependency on. |
![]() |
FGuid | StateId | Id that the function had when this material was last compiled. |