Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FProxyMaterialCompiler
Description
Pushes a node of the Substrate tree being walked. A node is caracterised by an expression and its input path taken.
Virtual Inheritance
- FMaterialCompiler::SubstrateTreeStackPush → FProxyMaterialCompiler::SubstrateTreeStackPush
| Name | SubstrateTreeStackPush |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialCompiler.h |
| Include Path | #include "MaterialCompiler.h" |
virtual FGuid SubstrateTreeStackPush
(
UMaterialExpression * Expression,
uint32 InputIndex
)