Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMaterial * GetMaterial () |
Get the material which we are instancing. | Materials/MaterialInterface.h | |
virtual const UMaterial * GetMaterial () |
Get the material which we are instancing. | Materials/MaterialInterface.h |
GetMaterial()
Description
Get the material which we are instancing. Walks up parent chain and finds the base Material that this is an instance of.
| Name | GetMaterial |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInterface.h |
| Include Path | #include "Materials/MaterialInterface.h" |
virtual UMaterial * GetMaterial()
GetMaterial()
Description
Get the material which we are instancing. Walks up parent chain and finds the base Material that this is an instance of.
| Name | GetMaterial |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInterface.h |
| Include Path | #include "Materials/MaterialInterface.h" |
virtual const UMaterial * GetMaterial() const