UMaterialInstance::CopyMaterialInstanceParameters

Copies over material instance parameters from the base material given a material interface.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Materials/MaterialInstance.h"

Source

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

Syntax

void CopyMaterialInstanceParameters
(
    UMaterialInterface * Source
)

Remarks

Copies over material instance parameters from the base material given a material interface. This is a slow operation that is needed for the editor.

Parameters

Parameter

Description

Source

silently ignores the case 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