UBPUtilsMathLibrary Member List

This is the complete list of members for UBPUtilsMathLibrary, including all inherited members.

AddToFloat(UPARAM(ref) float &A, const float B)UBPUtilsMathLibrarystatic
AddToFloatWithLimit(UPARAM(ref) float &A, const float B, const float Limit, float &Result, bool &HitLimit)UBPUtilsMathLibrarystatic
AddToInt(UPARAM(ref) int32 &A, const int32 B)UBPUtilsMathLibrarystatic
AddToIntWithLimit(UPARAM(ref) int32 &A, const int32 B, const int32 Limit, int32 &Result, bool &HitLimit)UBPUtilsMathLibrarystatic
AngleBetweenVectors(const FVector A, const FVector B)UBPUtilsMathLibrarystatic
AngleDelta(const float A, const float B)UBPUtilsMathLibrarystatic
ClampIntReflect(const int32 Value, const int32 Min, const int32 Max, int32 &Result, bool &Reflected)UBPUtilsMathLibrarystatic
ClampZeroToOne(const float Value)UBPUtilsMathLibrarystatic
FindClosestPoint(const FVector Point, const TArray< FVector > Points, FVector &Closest, int32 &ClosestIndex)UBPUtilsMathLibrarystatic
FloatArrayAverage(const TArray< float > &Array)UBPUtilsMathLibrarystatic
FloatArraySum(const TArray< float > &Array)UBPUtilsMathLibrarystatic
FloatAverage(const float A, const float B)UBPUtilsMathLibrarystatic
IntArraySum(const TArray< int32 > &Array)UBPUtilsMathLibrarystatic
IsPointInBox2D(const FVector2D Point, const FBox2D Box)UBPUtilsMathLibrarystatic
MapAngleTo180(const float Value)UBPUtilsMathLibrarystatic
SystemRand()UBPUtilsMathLibrarystatic