63 UPROPERTY(EditAnywhere, Category = ReductionMethod)
67 UPROPERTY(EditAnywhere, Category = ReductionMethod, meta = (DisplayName = "Percent of Triangles"))
68 float NumOfTrianglesPercentage;
71 UPROPERTY(EditAnywhere, Category = ReductionMethod, meta = (DisplayName = "Percent of Vertices"))
72 float NumOfVertPercentage;
82#if WITH_EDITORONLY_DATA
84 UPROPERTY(EditAnywhere, Category = ReductionMethod, meta = (DisplayName =
"Max Triangle Count", ClampMin = 4, UIMin =
"4"))
88 UPROPERTY(EditAnywhere, Category = ReductionMethod, meta = (DisplayName = "
Max Vertex Count", ClampMin = 6, UIMin = "6"))
95 UPROPERTY(EditAnywhere, Category = ReductionMethod)
99 UPROPERTY(EditAnywhere, Category = ReductionMethod)
128 float WeldingThreshold;
133 float NormalsThreshold;
145 uint8 bMergeCoincidentVertBones : 1;
149 float VolumeImportance;
161 uint8 bImproveTrianglesForCloth : 1;
168#if WITH_EDITORONLY_DATA
181 , NumOfTrianglesPercentage(0.5f)
182 , NumOfVertPercentage(0.5f)
183 , MaxNumOfTriangles(4)
189 , MaxDeviationPercentage(0.5f)
195 , bRemapMorphTargets(
false)
196 , bRecalcNormals(
true)
197 , WeldingThreshold(0.1f)
198 , NormalsThreshold(60.0f)
199 , MaxBonesPerVertex(4)
200 , bEnforceBoneBoundaries(
false)
201 , bMergeCoincidentVertBones(
true)
202 , VolumeImportance(1.f)
204 , bLockColorBounaries(
false)
205 , bImproveTrianglesForCloth(
true)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127