Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TParallelAdaptiveRefinement
| Name | FEdgeSplitRecord |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Tessellation/ParallelAdaptiveRefinement.h |
| Include Path | #include "Tessellation/ParallelAdaptiveRefinement.h" |
Syntax
struct FEdgeSplitRecord
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bTagged | std::atomic_flag | Tessellation/ParallelAdaptiveRefinement.h | ||
| EntryCountPostWrite | std::atomic< int32 > | Tessellation/ParallelAdaptiveRefinement.h | ||
| EntryCountPreWrite | std::atomic< int32 > | Tessellation/ParallelAdaptiveRefinement.h | ||
| HalfEdges | FIndex2i | Each entry pair corresponds to the half-edge indices of one side of the split | Tessellation/ParallelAdaptiveRefinement.h | |
| NewEdge | int32 | Tessellation/ParallelAdaptiveRefinement.h | ||
| SplitVertex | int32 | Tessellation/ParallelAdaptiveRefinement.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reset() |
Tessellation/ParallelAdaptiveRefinement.h |