FMaterialCompiler::PushFunction

Pushes a function onto the compiler's function stack, which indicates that compilation is entering a function.

Windows
MacOS
Linux

Override Hierarchy

FMaterialCompiler::PushFunction()

FProxyMaterialCompiler::PushFunction()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/MaterialCompiler.h

Include

#include "MaterialCompiler.h"

Syntax

void PushFunction
(
    FMaterialFunctionCompileState * FunctionState
)

Remarks

Pushes a function onto the compiler's function stack, which indicates that compilation is entering a function.

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