Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialCompiler
Description
This can be used to know if the Substrate tree we are trying to build is too deep and we should stop the compilation. This can be used by all nodes taking as input SubstrateData in order to detect node re-entry leading to cyclic graph we cannot handle and compile internally: we must fail the compilation.
Derived Overrides
| Name | GetSubstrateTreeOutOfStackDepthOccurred |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialCompiler.h |
| Include Path | #include "MaterialCompiler.h" |
bool GetSubstrateTreeOutOfStackDepthOccurred()