UMaterialFunctionInterface::GetNamedParameterOfType

Finds the first matching parameter by name and type

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Materials/MaterialFunctionInterface.h"

Syntax

template<typename ExpressionType>
bool GetNamedParameterOfType
(
    const FHashedMaterialParameterInfo & ParameterInfo,
    ExpressionType *& Parameter,
    UMaterialFunctionInterface ** OwningFunction
)

Remarks

Finds the first matching parameter by name and type

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