Enum: ELatticeFace
// TrilerpMeshComponent.h : 15
enum class ELatticeFace : uint8 {
BOTTOM = 0 UMETA(DisplayName = "Bottom"),
TOP = 1 UMETA(DisplayName = "Top"),
SOUTH = 2 UMETA(DisplayName = "South"),
NORTH = 3 UMETA(DisplayName = "North"),
WEST = 4 UMETA(DisplayName = "West"),
EAST = 5 UMETA(DisplayName = "East"),
NONE = 6
};
Reflection-enabled
Specifiers:
- BlueprintType
Represents the faces of a deformation lattice.

For any questions, help, suggestions or feature requests, please feel free to contact me at nbpsup@gmail.com