UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UELocal::FNonUniformSamplingConfig Struct Reference

Public Attributes

FMeshSurfacePointSampling::ESizeDistribution SizeDistribution = FMeshSurfacePointSampling::ESizeDistribution::Uniform
 
double SizeDistributionPower = 2.0
 
TOptional< TFunctionRef< double(int TriangleID, FVector3d Position, FVector3d BaryCoords)> > WeightFunction
 
FMeshSurfacePointSampling::EInterpretWeightMode InterpretWeightMode = FMeshSurfacePointSampling::EInterpretWeightMode::WeightedRandom
 

Member Data Documentation

◆ InterpretWeightMode

FMeshSurfacePointSampling::EInterpretWeightMode UELocal::FNonUniformSamplingConfig::InterpretWeightMode = FMeshSurfacePointSampling::EInterpretWeightMode::WeightedRandom

◆ SizeDistribution

FMeshSurfacePointSampling::ESizeDistribution UELocal::FNonUniformSamplingConfig::SizeDistribution = FMeshSurfacePointSampling::ESizeDistribution::Uniform

◆ SizeDistributionPower

double UELocal::FNonUniformSamplingConfig::SizeDistributionPower = 2.0

◆ WeightFunction

TOptional<TFunctionRef<double(int TriangleID, FVector3d Position, FVector3d BaryCoords)> > UELocal::FNonUniformSamplingConfig::WeightFunction

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