UMaterialExpressionNamedRerouteUsage::PostCopyNode

Called after a node copy, once the Material and Function properties are set correctly and that all new expressions are added to Material->Expressions

Windows
MacOS
Linux

Override Hierarchy

UMaterialExpression::PostCopyNode()

UMaterialExpressionNamedRerouteUsage::PostCopyNode()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionNamedReroute.h

Include

#include "Materials/MaterialExpressionNamedReroute.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp

Syntax

virtual void PostCopyNode
(
    const TArray< UMaterialExpression * > & CopiedExpressions
)

Remarks

Called after a node copy, once the Material and Function properties are set correctly and that all new expressions are added to Material->Expressions

Parameters

Parameter

Description

CopiedExpressions

The expressions copied in this copy

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