EClothingTeleportMode
Definition ClothingSystemRuntimeTypes.h:46
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ClothingSimulationTeleportHelpers.cpp:13
EClothingTeleportMode CalculateClothingTeleport(EClothingTeleportMode CurrentTeleportMode, const FMatrix &CurRootBoneMat, const FMatrix &PrevRootBoneMat, bool bResetAfterTeleport, float ClothTeleportDistThresholdSquared, float ClothTeleportCosineThresholdInRad)
Definition ClothingSimulationTeleportHelpers.cpp:14
float ComputeTeleportDistanceThresholdSquared(float ThresholdDistance)
Definition ClothingSimulationTeleportHelpers.h:18
float ComputeTeleportCosineRotationThreshold(float ThresholdInDegrees)
Definition ClothingSimulationTeleportHelpers.h:10
static constexpr UE_FORCEINLINE_HINT auto DegreesToRadians(T const &DegVal) -> decltype(DegVal *(UE_PI/180.f))
Definition UnrealMathUtility.h:871
static constexpr UE_FORCEINLINE_HINT T Square(const T A)
Definition UnrealMathUtility.h:578