UMaterialEditingLibrary::DeleteMaterialExpressionInFunction

Delete a specific expression from a material function. Will disconnect from other expressions.

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 void DeleteMaterialExpressionInFunction
(
    [UMaterialFunction](API\Runtime\Engine\Materials\UMaterialFunction) * MaterialFunction,
    [UMaterialExpression](API\Runtime\Engine\Materials\UMaterialExpression) * Expression
)

Remarks

Delete a specific expression from a material function. Will disconnect from other expressions.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library