Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Materials > UMaterialExpression
Type | Name | Description | |
---|---|---|---|
![]() |
bool | ContainsInputLoopInternal
(
const FContainsInputLoopInternalExpressionStack& ExpressionStack, |
Checks whether any inputs to this expression create a loop by recursively calling itself and keeping a list of inputs as expression keys. |
![]() |
bool | ContainsInputLoopInternal
(
TArray< FMaterialExpressionKey >& ExpressionStack, |
Use the other, more efficient ContainsInputLoopInternal() implementation. |