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

#include <MaterialInstance.h>

Public Types

typedef FLinearColor ValueType
 

Public Member Functions

 FVectorParameterValue (const FMaterialParameterInfo &InParameterInfo=FMaterialParameterInfo(), const FLinearColor &InValue=FLinearColor(ForceInit))
 
bool IsOverride () const
 
bool IsValid () const
 
bool operator== (const FVectorParameterValue &Other) const
 
bool operator!= (const FVectorParameterValue &Other) const
 
void GetValue (FMaterialParameterMetadata &OutResult) const
 

Static Public Member Functions

static ValueType GetValue (const FVectorParameterValue &Parameter)
 

Public Attributes

FMaterialParameterInfo ParameterInfo
 
FLinearColor ParameterValue
 
FGuid ExpressionGUID
 

Detailed Description

Editable vector parameter.

Member Typedef Documentation

◆ ValueType

Constructor & Destructor Documentation

◆ FVectorParameterValue()

FVectorParameterValue::FVectorParameterValue ( const FMaterialParameterInfo InParameterInfo = FMaterialParameterInfo(),
const FLinearColor InValue = FLinearColor(ForceInit) 
)
inlineexplicit

Member Function Documentation

◆ GetValue() [1/2]

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

◆ GetValue() [2/2]

void FVectorParameterValue::GetValue ( FMaterialParameterMetadata OutResult) const
inline

◆ IsOverride()

bool FVectorParameterValue::IsOverride ( ) const
inline

◆ IsValid()

bool FVectorParameterValue::IsValid ( ) const
inline

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ ExpressionGUID

FGuid FVectorParameterValue::ExpressionGUID

◆ ParameterInfo

FMaterialParameterInfo FVectorParameterValue::ParameterInfo

◆ ParameterValue

FLinearColor FVectorParameterValue::ParameterValue

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