UMaterial::IsPropertyActiveInDerived

Like [IsPropertyActive()](API\Runtime\Engine\Materials\UMaterial\IsPropertyActive), but considers any state overriden by DerivedMaterial

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/Material.h

Include

#include "Materials/Material.h"

Source

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

Syntax

bool IsPropertyActiveInDerived
(
    EMaterialProperty InProperty,
    const UMaterialInterface * DerivedMaterial
) const

Remarks

Like IsPropertyActive(), but considers any state overriden by DerivedMaterial

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