Navigation
API > API/Runtime > API/Runtime/GeometryCore
Info struct returned by edge split operation.
| Name | FEdgeSplitInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Tessellation/AdaptiveTessellator.h |
| Include Path | #include "Tessellation/AdaptiveTessellator.h" |
Syntax
struct FEdgeSplitInfo
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FIndex2i | UE::Geometry::FIndex2i | Tessellation/AdaptiveTessellator.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NewTriIndex | FIndex2i | Tessellation/AdaptiveTessellator.h | ||
| NewVertIndex | FIndex2i | Tessellation/AdaptiveTessellator.h | ||
| OldTriIndex | FIndex2i | Tessellation/AdaptiveTessellator.h |