Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Materials > UMaterialInstance
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 |
bool IsChildOf
&40;
const UMaterialInterface &42; Material
&41; const
Remarks
Determine whether this Material Instance is a child of another Material true if this Material Instance is a child of the other Material.
Parameters
Name | Description |
---|---|
Material | Material to check against |