Navigation
Unreal Engine C++ API Reference > Editor > MaterialEditor > FMaterialEditorUtilities
References
Module | MaterialEditor |
Header | /Engine/Source/Editor/MaterialEditor/Public/MaterialEditorUtilities.h |
Include | #include "MaterialEditorUtilities.h" |
Source | /Engine/Source/Editor/MaterialEditor/Private/MaterialEditorUtilities.cpp |
static [UMaterialExpressionComposite](API\Runtime\Engine\Materials\UMaterialExpressionComposite) * CreateNewMaterialExpressionComposite ( const class [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * Graph, const FVector2D & NodePos )
Remarks
Creates a new material expression composite on the material represented by a graph. UMaterialExpressionComment* Newly created comment
Parameters
Name | Description |
---|---|
Graph | Graph to add comment to |
NodePos | Position to place new comment at |