Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialExpressionBounds
| |
|
| Name |
OutputIndex |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionBounds.h |
| Include Path |
#include "Materials/MaterialExpressionBounds.h" |
Syntax
enum OutputIndex
{
BoundsHalfExtentOutputIndex,
BoundsExtentOutputIndex,
BoundsMinOutputIndex,
BoundsMaxOutputIndex,
}
Values
| Name |
Remarks |
| BoundsHalfExtentOutputIndex |
|
| BoundsExtentOutputIndex |
|
| BoundsMinOutputIndex |
|
| BoundsMaxOutputIndex |
|