Navigation
API > API/Runtime > API/Runtime/Engine
Base struct for collection parameters
| Name | FCollectionParameterBase |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialParameterCollection.h |
| Include Path | #include "Materials/MaterialParameterCollection.h" |
Syntax
USTRUCT ()
struct FCollectionParameterBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionParameterBase() |
Materials/MaterialParameterCollection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | FGuid | Uniquely identifies the parameter, used for fixing up materials that reference this parameter when renaming. | Materials/MaterialParameterCollection.h |
|
| ParameterName | FName | The name of the parameter. | Materials/MaterialParameterCollection.h |
|