UMaterial::GetAllParameterInfo

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Materials/Material.h"

Syntax

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

Returns

Returns a array of parameter names used in this material for the specified expression type.

Parameters

Parameter

Description

OutParameterNames

Storage array for the parameter names.

OutParameterIds

Storage array for the parameter id's.

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