Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TParallelAdaptiveRefinement
| |
|
| Name |
FConcurrencyState |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/Tessellation/ParallelAdaptiveRefinement.h |
| Include Path |
#include "Tessellation/ParallelAdaptiveRefinement.h" |
Syntax
struct FConcurrencyState
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| EdgeCount |
std::atomic< int32 > |
|
Tessellation/ParallelAdaptiveRefinement.h |
|
| EdgeSplitRecords |
TArray< FEdgeSplitRecord > |
|
Tessellation/ParallelAdaptiveRefinement.h |
|
| HalfEdgeCount |
std::atomic< int32 > |
|
Tessellation/ParallelAdaptiveRefinement.h |
|
| TriSplitRecords |
TArray< FTriSplitRecord > |
|
Tessellation/ParallelAdaptiveRefinement.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Resize
(
const int32 NumTris,
const int32 NumEdges
)
|
|
Tessellation/ParallelAdaptiveRefinement.h |
|