UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TParallelAdaptiveRefinement< MeshType, RefinementPolicyType >::FOptions Struct Reference

#include <ParallelAdaptiveRefinement.h>

Public Attributes

int32 ParallelForBatchSize { 1024 }
 
int32 ReserveVertices = 2'000'000
 
bool bApplyNeighborhoodRefinement { true }
 

Member Data Documentation

◆ bApplyNeighborhoodRefinement

template<typename MeshType , typename RefinementPolicyType >
bool UE::Geometry::TParallelAdaptiveRefinement< MeshType, RefinementPolicyType >::FOptions::bApplyNeighborhoodRefinement { true }

◆ ParallelForBatchSize

template<typename MeshType , typename RefinementPolicyType >
int32 UE::Geometry::TParallelAdaptiveRefinement< MeshType, RefinementPolicyType >::FOptions::ParallelForBatchSize { 1024 }

◆ ReserveVertices

template<typename MeshType , typename RefinementPolicyType >
int32 UE::Geometry::TParallelAdaptiveRefinement< MeshType, RefinementPolicyType >::FOptions::ReserveVertices = 2'000'000

The documentation for this struct was generated from the following file: