DRG-Femboy-Voice/Source/FSD/Private/WeightedLinePoint.cpp
2025-04-15 12:39:31 -07:00

9 lines
193 B
C++
Executable file

#include "WeightedLinePoint.h"
FWeightedLinePoint::FWeightedLinePoint() {
this->range = 0.00f;
this->NoiseRange = 0.00f;
this->SkewFactor = 0.00f;
this->FillAmount = 0.00f;
}