FMaterialPropertyHelpers::GetParameterGroup

Returns group for parameter. Creates one if needed.

Unreal Engine C++ API Reference > Editor > MaterialEditor > FMaterialPropertyHelpers

References

   
Module MaterialEditor
Header /Engine/Source/Editor/MaterialEditor/Public/MaterialPropertyHelpers.h
Include #include "MaterialPropertyHelpers.h"
Source /Engine/Source/Editor/MaterialEditor/Private/MaterialPropertyHelpers.cpp
static [FEditorParameterGroup](API\Editor\UnrealEd\MaterialEditor\FEditorParameterGroup) & GetParameterGroup
(
    class [UMaterial](API\Runtime\Engine\Materials\UMaterial) * InMaterial,
    [FName](API\Runtime\Core\UObject\FName) & ParameterGroup,
    [TArray](API\Runtime\Core\Containers\TArray)< [FEditorParameterGroup](API\Editor\UnrealEd\MaterialEditor\FEditorParameterGroup) > & ParameterGroups
)

Remarks

Returns group for parameter. Creates one if needed.

Parameters

Name Description
ParameterGroup Name to be looked for.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library