![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IntOrInfinity.h>
Public Member Functions | |
| TIntOrInfinity (int64_t InFiniteInt) | |
| bool | IsInfinity () const |
| bool | IsFinite () const |
| int64_t | GetFiniteInt () const |
| bool | IsSafeToNegate () const |
Static Public Member Functions | |
| static TIntOrInfinity | Infinity () |
Friends | |
| bool | operator== (int64_t Lhs, const TIntOrInfinity &Rhs) |
| bool | operator< (int64_t Lhs, const TIntOrInfinity &Rhs) |
| bool | operator> (int64_t Lhs, const TIntOrInfinity &Rhs) |
| bool | operator<= (int64_t Lhs, const TIntOrInfinity &Rhs) |
| bool | operator>= (int64_t Lhs, const TIntOrInfinity &Rhs) |
| bool | operator< (const TIntOrInfinity &Lhs, int64_t Rhs) |
| bool | operator> (const TIntOrInfinity &Lhs, int64_t Rhs) |
| bool | operator<= (const TIntOrInfinity &Lhs, int64_t Rhs) |
| bool | operator>= (const TIntOrInfinity &Lhs, int64_t Rhs) |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |