UMaterial::CopyExpressionParameters

Copy the values of an expression parameter to another expression parameter of the same class.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Materials/Material.h"

Source

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

Syntax

static bool CopyExpressionParameters
(
    UMaterialExpression * Source,
    UMaterialExpression * Destination
)

Remarks

Copy the values of an expression parameter to another expression parameter of the same class.

Parameters

Parameter

Description

Source

The source parameter.

Destination

The destination parameter that will receive Source's values.

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