UMaterialFunctionInstance::GetDependentFunctions

Returns an array of the functions that this function is dependent on, directly or indirectly.

Windows
MacOS
Linux

Override Hierarchy

UMaterialFunctionInterface::GetDependentFunctions()

UMaterialFunctionInstance::GetDependentFunctions()

References

Module

Engine

Header

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

Include

#include "Materials/MaterialFunctionInstance.h"

Source

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

Syntax

virtual void GetDependentFunctions
(
    TArray< UMaterialFunctionInterface * > & DependentFunctions
) const

Remarks

Returns an array of the functions that this function is dependent on, directly or indirectly.

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