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

#include <MaterialInstance.h>

Public Types

typedef const UMaterialParameterCollectionValueType
 

Public Member Functions

 FParameterCollectionParameterValue (const FMaterialParameterInfo &InParameterInfo=FMaterialParameterInfo(), UMaterialParameterCollection *InValue=nullptr)
 
bool IsOverride () const
 
bool IsValid () const
 
bool operator== (const FParameterCollectionParameterValue &Other) const
 
bool operator!= (const FParameterCollectionParameterValue &Other) const
 
void GetValue (FMaterialParameterMetadata &OutResult) const
 

Static Public Member Functions

static ValueType GetValue (const FParameterCollectionParameterValue &Parameter)
 

Public Attributes

FMaterialParameterInfo ParameterInfo
 
TObjectPtr< UMaterialParameterCollectionParameterValue
 
FGuid ExpressionGUID
 

Detailed Description

Editable parameter collection parameter.

Member Typedef Documentation

◆ ValueType

Constructor & Destructor Documentation

◆ FParameterCollectionParameterValue()

FParameterCollectionParameterValue::FParameterCollectionParameterValue ( const FMaterialParameterInfo InParameterInfo = FMaterialParameterInfo(),
UMaterialParameterCollection InValue = nullptr 
)
inlineexplicit

Member Function Documentation

◆ GetValue() [1/2]

static ValueType FParameterCollectionParameterValue::GetValue ( const FParameterCollectionParameterValue Parameter)
inlinestatic

◆ GetValue() [2/2]

void FParameterCollectionParameterValue::GetValue ( FMaterialParameterMetadata OutResult) const
inline

◆ IsOverride()

bool FParameterCollectionParameterValue::IsOverride ( ) const
inline

◆ IsValid()

bool FParameterCollectionParameterValue::IsValid ( ) const
inline

◆ operator!=()

bool FParameterCollectionParameterValue::operator!= ( const FParameterCollectionParameterValue Other) const
inline

◆ operator==()

bool FParameterCollectionParameterValue::operator== ( const FParameterCollectionParameterValue Other) const
inline

Member Data Documentation

◆ ExpressionGUID

FGuid FParameterCollectionParameterValue::ExpressionGUID

◆ ParameterInfo

FMaterialParameterInfo FParameterCollectionParameterValue::ParameterInfo

◆ ParameterValue

TObjectPtr<UMaterialParameterCollection> FParameterCollectionParameterValue::ParameterValue

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