UMaterialFunction::GetInputsAndOutputs

Get the inputs and outputs that this function exposes, for a function call expression to use.

Windows
MacOS
Linux

Override Hierarchy

UMaterialFunctionInterface::GetInputsAndOutputs()

UMaterialFunction::GetInputsAndOutputs()

References

Module

Engine

Header

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

Include

#include "Materials/MaterialFunction.h"

Source

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

Syntax

virtual void GetInputsAndOutputs
(
    TArray< struct FFunctionExpressionInput > & OutInputs,
    TArray< struct FFunctionExpressionOutput > & OutOutputs
) const

Remarks

Get the inputs and outputs that this function exposes, for a function call expression to use.

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