Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialInstance
Description
Materials are not guaranteed to have all their shaders compiled after loading. It can be useful to check for completeness in order to cache remaining shaders.
This function will return true if the resources are not cache for this material yet.
Virtual Inheritance
- UMaterialInterface::IsComplete → UMaterialInstance::IsComplete
| Name | IsComplete |
| 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 |
virtual bool IsComplete() const
Whether or not all shaders for this material exist.