UMaterialEditingLibrary::GetMaterialExpressionNodePosition

Get the position of the MaterialExpression node.

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 GetMaterialExpressionNodePosition
(
    [UMaterialExpression](API\Runtime\Engine\Materials\UMaterialExpression) * MaterialExpression,
    int32 & NodePosX,
    int32 & NodePosY
)

Remarks

Get the position of the MaterialExpression node.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library