FColoredMaterialRenderProxy::GetMaterialNoFallback

Returns the [FMaterial](API\Runtime\Engine\FMaterial), without using a fallback if the [FMaterial](API\Runtime\Engine\FMaterial) doesn't have a valid shader map.

Windows
MacOS
Linux

Override Hierarchy

FMaterialRenderProxy::GetMaterialNoFallback()

FColoredMaterialRenderProxy::GetMaterialNoFallback()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/MaterialShared.h

Include

#include "MaterialShared.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/MaterialShared.cpp

Syntax

virtual const FMaterial * GetMaterialNoFallback
(
    ERHIFeatureLevel::Type InFeatureLevel
) const

Remarks

Returns the FMaterial, without using a fallback if the FMaterial doesn't have a valid shader map. Can return NULL.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss