UMaterialExpressionStaticComponentMaskParameter::IsNamedParameter

Choose your operating system:

Windows

macOS

Linux

Deprecated

  • Use GetParameterValue and/or GetParameterName

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticComponentMaskParameter.h

Include

#include "Materials/MaterialExpressionStaticComponentMaskParameter.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp

Syntax

bool IsNamedParameter
(
    const FHashedMaterialParameterInfo & ParameterInfo,
    bool & OutR,
    bool & OutG,
    bool & OutB,
    bool & OutA,
    FGuid & OutExpressionGuid
) const