Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialInterface
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.
Derived Overrides
| Name | IsComplete |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInterface.h |
| Include Path | #include "Materials/MaterialInterface.h" |
virtual bool IsComplete() const
Whether or not all shaders for this material exist.