UMaterial::GetMaterialLayersParameterValue

Get the value of the given static material layers parameter

Windows
MacOS
Linux

Override Hierarchy

UMaterialInterface::GetMaterialLayersParameterValue()

UMaterial::GetMaterialLayersParameterValue()

References

Module

Engine

Header

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

Include

#include "Materials/Material.h"

Source

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

Syntax

virtual bool GetMaterialLayersParameterValue
(
    const FHashedMaterialParameterInfo & ParameterInfo,
    FMaterialLayersFunctions & OutLayers,
    FGuid & OutExpressionGuid,
    bool bCheckParent
) const

Remarks

Get the value of the given static material layers parameter

Returns

True if successful

Parameters

Parameter

Description

ParameterName

The name of the material layer parameter

OutValue

Will contain the value of the parameter if successful

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss