Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 GetBasePropertyOverridesHash () |
Properties of the base material. Can now be overridden by instances. | Materials/MaterialInstance.h | |
void GetBasePropertyOverridesHash
(
FSHAHash& OutHash |
Materials/MaterialInstance.h |
GetBasePropertyOverridesHash()
Description
Properties of the base material. Can now be overridden by instances.
| Name | GetBasePropertyOverridesHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInstance.h |
| Include Path | #include "Materials/MaterialInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialInstance.cpp |
uint64 GetBasePropertyOverridesHash() const
GetBasePropertyOverridesHash(FSHAHash &)
| Name | GetBasePropertyOverridesHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInstance.h |
| Include Path | #include "Materials/MaterialInstance.h" |
void GetBasePropertyOverridesHash
(
FSHAHash & OutHash
) const