UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCollectionParameterBase Struct Reference

#include <MaterialParameterCollection.h>

+ Inheritance diagram for FCollectionParameterBase:

Public Member Functions

 FCollectionParameterBase ()
 

Public Attributes

FName ParameterName
 
FGuid Id
 

Detailed Description

Base struct for collection parameters

Constructor & Destructor Documentation

◆ FCollectionParameterBase()

FCollectionParameterBase::FCollectionParameterBase ( )
inline

Member Data Documentation

◆ Id

FGuid FCollectionParameterBase::Id

Uniquely identifies the parameter, used for fixing up materials that reference this parameter when renaming.

◆ ParameterName

FName FCollectionParameterBase::ParameterName

The name of the parameter. Changing this name will break any blueprints that reference the parameter.


The documentation for this struct was generated from the following file: