Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/MeshMerge > API/Runtime/Engine/MeshMerge/FMeshApproximationSettings
Syntax
UPROPERTY (BlueprintReadWrite, EditAnywhere, AdvancedDisplay, Category=ShapeSettings,
Meta=(ClampMin="64", ClampMax="1290"))
int32 ClampVoxelDimension
Remarks
Maximum allowable voxel count along main directions. This is a limit on ApproximationAccuracy. Max of 1290 (1290^3 is the last integer < 2^31, using a bigger number results in failures in TArray code & probably elsewhere)