Navigation
API > API/Runtime > API/Runtime/Engine
It represents a Material Parameter Collection object value.
| Name | FMaterialParameterCollection |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include Path | #include "Materials/MaterialIR.h" |
Syntax
struct FMaterialParameterCollection : public MIR::TValue< VK_MaterialParameterCollection >
Inheritance Hierarchy
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Analysis_CollectionIndex | uint32 | Index of this collection in the list of collections referenced by the material. | Materials/MaterialIR.h | |
| Collection | UMaterialParameterCollection * | Materials/MaterialIR.h |