Navigation
API > API/Runtime > API/Runtime/Landscape
| Name | ELandscapeGizmoSnapType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoActiveActor.h |
| Include Path | #include "LandscapeGizmoActiveActor.h" |
Syntax
enum ELandscapeGizmoSnapType
{
None,
Component,
Texel,
}
Values
| Name | Remarks |
|---|---|
| None | No snapping of the gizmo |
| Component | Snap the gizmo to the closest landscape component bounds |
| Texel | Snap the gizmo to the closest landscape texel (vertex) |