Module |
|
Header |
/Engine/Source/Editor/MaterialEditor/Public/IMaterialEditor.h |
Include |
#include "IMaterialEditor.h" |
virtual UMaterialExpressionComment * CreateNewMaterialExpressionComment
(
const FVector2D & NodePos,
const class UEdGraph * Graph
)
Creates a new material expression comment
UMaterialExpressionComment* Newly created material expression comment
Parameter |
Description |
---|---|
NodePos |
Position of the new comment |
Graph |
Graph to create new expression within. |