Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FCubeGrid
Direction that a face is facing. Values are set up like in IndexUtil, such that abs(value)-1 is the nonzero normal direction, and sign(value) is the sign of the normal.
| Name | EFaceDirection |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/CubeGrid.h |
| Include Path | #include "Mechanics/CubeGrid.h" |
Syntax
enum EFaceDirection
{
NegativeX = -1,
PositiveX = 1,
NegativeY = -2,
PositiveY = 2,
NegativeZ = -3,
PositiveZ = 3,
}
Values
| Name | Remarks |
|---|---|
| NegativeX | |
| PositiveX | |
| NegativeY | |
| PositiveY | |
| NegativeZ | |
| PositiveZ |