Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterialExpressionNamedRerouteD-
- UMaterialExpression::PostCopyNode()
- UMaterialExpressionNamedRerouteDeclaration::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 |
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
| Name | Description |
|---|---|
| CopiedExpressions | The expressions copied in this copy |