Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterial
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMaterial * GetMaterial () |
Get the material which we are instancing. | Materials/Material.h | |
virtual const UMaterial * GetMaterial () |
Get the material which we are instancing. | Materials/Material.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/Material.h |
| Include Path | #include "Materials/Material.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/Material.cpp |
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/Material.h |
| Include Path | #include "Materials/Material.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/Material.cpp |
virtual const UMaterial * GetMaterial() const