Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Materials > UMaterialInstanceDynamic
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 |
void CopyInterpParameters
&40;
UMaterialInstance &42; Source
&41;
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
Name | Description |
---|---|
Source | ignores the call if 0 |