Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ELWCFunctionKind |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/MaterialShared.h |
| Include Path |
#include "MaterialShared.h" |
Syntax
enum ELWCFunctionKind
{
Constructor,
Promote,
Demote,
Add,
Subtract,
Divide,
MultiplyVectorVector,
MultiplyVectorMatrix,
MultiplyMatrixMatrix,
Other,
Max,
}
Values
| Name |
Remarks |
| Constructor |
|
| Promote |
|
| Demote |
|
| Add |
|
| Subtract |
|
| Divide |
|
| MultiplyVectorVector |
|
| MultiplyVectorMatrix |
|
| MultiplyMatrixMatrix |
|
| Other |
|
| Max |
|