Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialRenderProxy
Description
Finds the FMaterial to use for rendering this FMaterialRenderProxy. Will fall back to a default material if needed due to a content error, or async compilation. Will always return a valid FMaterial, but unlike GetMaterialWithFallback, FMaterial's shader map may be incomplete
| Name | GetIncompleteMaterialWithFallback |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialRenderProxy.h |
| Include Path | #include "Materials/MaterialRenderProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialRenderProxy.cpp |
const FMaterial & GetIncompleteMaterialWithFallback
(
ERHIFeatureLevel::Type InFeatureLevel
) const