FMaterialResource::GatherCustomOutputExpressions

Gives the material a chance to compile any custom output nodes it has added

Windows
MacOS
Linux

Override Hierarchy

FMaterial::GatherCustomOutputExpressions()

FMaterialResource::GatherCustomOutputExpressions()

References

Module

Engine

Header

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

Include

#include "MaterialShared.h"

Source

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

Syntax

virtual void GatherCustomOutputExpressions
(
    TArray< class UMaterialExpressionCustomOutput * > & OutCustomOutputs
) const

Remarks

Gives the material a chance to compile any custom output nodes it has added

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