Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MaterialCachedData.h |
| Include | #include "MaterialCachedData.h" |
Syntax
struct FMaterialParameterCollectionInfo
Remarks
Stores information about a parameter collection that this material references, used to know when the material needs to be recompiled.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UMaterialParameterCollection > | ParameterCollection | The collection which this material has a dependency on. | |
| FGuid | StateId | Id that the collection had when this material was last compiled. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FMaterialParameterCollectionInfo& Other |