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