UMaterialInstanceDynamic::CopyInterpParameters

Copies over parameters given a material instance (only copy from the instance, not following the hierarchy) much faster than [K2_CopyMaterialInstanceParameters()](API\Runtime\Engine\Materials\UMaterialInstanceDynamic\K2_CopyMaterialI-), The output is the object itself (this).

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Materials/MaterialInstanceDynamic.h"

Source

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

Syntax

void CopyInterpParameters
(
    UMaterialInstance * Source
)

Remarks

Copies over parameters given a material instance (only copy from the instance, not following the hierarchy) much faster than K2_CopyMaterialInstanceParameters(), The output is the object itself (this).

Parameters

Parameter

Description

Source

ignores the call if 0

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