UMaterialInstance::IsChildOf

Determine whether this Material Instance is a child of another Material

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Materials/MaterialInstance.h"

Source

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

Syntax

bool IsChildOf
(
    const UMaterialInterface * Material
) const

Remarks

Determine whether this Material Instance is a child of another Material

Returns

true if this Material Instance is a child of the other Material.

Parameters

Parameter

Description

Material

Material to check against

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