|
| int32 | GImplementation = 0 |
| |
| FAutoConsoleVariableRef | CVarSplineImplementation (TEXT("Spline.Implementation"), GImplementation, TEXT("0) Not Implemented - 1) Legacy Implementation - 2) New Implementation"), ECVF_ReadOnly) |
| |
| bool | GApproximateTangents = false |
| |
| FAutoConsoleVariableRef | CVarApproximateTangents (TEXT("Spline.ApproximateTangents"), GApproximateTangents,) |
| |
| bool | GFallbackFindNearest = false |
| |
| FAutoConsoleVariableRef | CVarFallbackFindNearest (TEXT("Spline.FallbackFindNearest"), GFallbackFindNearest,) |
| |
| bool | GUseLegacyPositionEvaluation = false |
| |
| FAutoConsoleVariableRef | CVarUseLegacyPositionEvaluation (TEXT("Spline.UseLegacyPositionEvaluation"), GUseLegacyPositionEvaluation,) |
| |
| bool | GUseLegacyRotationEvaluation = true |
| |
| FAutoConsoleVariableRef | CVarUseLegacyRotationEvaluation (TEXT("Spline.UseLegacyRotationEvaluation"), GUseLegacyRotationEvaluation,) |
| |
| bool | GUseLegacyScaleEvaluation = false |
| |
| FAutoConsoleVariableRef | CVarUseLegacyScaleEvaluation (TEXT("Spline.UseLegacyScaleEvaluation"), GUseLegacyScaleEvaluation,) |
| |
| bool | GImmediatelyUpdateLegacyCurves = false |
| |
| FAutoConsoleVariableRef | CVarImmediatelyUpdateLegacyCurves (TEXT("Spline.ImmediatelyUpdateLegacyCurves"), GImmediatelyUpdateLegacyCurves,) |
| |
| bool | GEncodeAsHex = true |
| |
| bool | GValidateRotScale = false |
| |
| FAutoConsoleVariableRef | CVarValidateRotScale (TEXT("Spline.ValidateRotScale"), GValidateRotScale,) |
| |