UMaterialParameterCollection::GetParameterNames

Populates an array with either scalar or vector parameter names.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Materials/MaterialParameterCollection.h"

Source

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

Syntax

void GetParameterNames
(
    TArray< FName > & OutParameterNames,
    bool bVectorParameters
) const

Remarks

Populates an array with either scalar or vector parameter names.

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