UMaterialEditingLibrary::GetInputsForMaterialExpression

Get the set of nodes acting as inputs to a node from an active material editor

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

References

   
Module MaterialEditor
Header /Engine/Source/Editor/MaterialEditor/Public/MaterialEditingLibrary.h
Include #include "MaterialEditingLibrary.h"
Source /Engine/Source/Editor/MaterialEditor/Private/MaterialEditingLibrary.cpp
static [TArray](API\Runtime\Core\Containers\TArray)< [UMaterialExpression](API\Runtime\Engine\Materials\UMaterialExpression) * > GetInputsForMaterialExpression
(
    [UMaterial](API\Runtime\Engine\Materials\UMaterial) * Material,
    [UMaterialExpression](API\Runtime\Engine\Materials\UMaterialExpression) * MaterialExpression
)

Remarks

Get the set of nodes acting as inputs to a node from an active material editor


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library