Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ECustomMaterialClipInstruction |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionCustom.h |
| Include Path |
#include "Materials/MaterialExpressionCustom.h" |
Syntax
enum ECustomMaterialClipInstruction
{
CMCI_Search,
CMCI_Yes,
CMCI_No,
}
Values
| Name |
Remarks |
| CMCI_Search |
Search the Code string for clip() or discard at compile time to determine whether pixel discarding is possible. |
| CMCI_Yes |
Assume this expression may discard pixels, regardless of what the Code contains. |
| CMCI_No |
Assume this expression never discards pixels, regardless of what the Code contains. |