Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ESplineMeshAxis::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SplineMeshComponent.h |
| Include Path | #include "Components/SplineMeshComponent.h" |
Syntax
namespace ESplineMeshAxis
{
enum Type
{
X,
Y,
Z,
}
}
Values
| Name | Remarks |
|---|---|
| X | |
| Y | |
| Z |