Navigation
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. |