Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor
| |
|
| Name |
EDMEdgeLocation |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h |
| Include Path |
#include "Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h" |
Syntax
enum EDMEdgeLocation
{
TopLeft,
Top,
TopRight,
Left,
Center,
Right,
BottomLeft,
Bottom,
BottomRight,
Custom,
}
Values
| Name |
Remarks |
| TopLeft |
|
| Top |
|
| TopRight |
|
| Left |
|
| Center |
|
| Right |
|
| BottomLeft |
|
| Bottom |
|
| BottomRight |
|
| Custom |
|