UMaterialFunctionInterface::GetAllParameterInfo

Finds the names of all matching type parameters

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Materials/MaterialFunctionInterface.h"

Syntax

template<typename ExpressionType>
void GetAllParameterInfo
(
    TArray< FMaterialParameterInfo > & OutParameterInfo,
    TArray< FGuid > & OutParameterIds,
    const FMaterialParameterInfo & InBaseParameterInfo
) const

Remarks

Finds the names of all matching type parameters

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