IMaterialEditor::CreateNewMaterialExpressionComment

Creates a new material expression comment

References

Module

MaterialEditor

Header

/Engine/Source/Editor/MaterialEditor/Public/IMaterialEditor.h

Include

#include "IMaterialEditor.h"

Syntax

virtual UMaterialExpressionComment * CreateNewMaterialExpressionComment
(
    const FVector2D & NodePos,
    const class UEdGraph * Graph
)

Remarks

Creates a new material expression comment

Returns

UMaterialExpressionComment* Newly created material expression comment

Parameters

Parameter

Description

NodePos

Position of the new comment

Graph

Graph to create new expression within.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Cancel