UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TGuardedInt< IntType > Member List

This is the complete list of members for TGuardedInt< IntType >, including all inherited members.

Abs() constTGuardedInt< IntType >inline
ComparisonValid(const TGuardedInt Other) constTGuardedInt< IntType >inline
Get(const IntType DefaultValue) constTGuardedInt< IntType >inline
GetChecked(const IntType DefaultValue=0) constTGuardedInt< IntType >inline
InvalidOrGreaterOrEqual(const ValueType Other) constTGuardedInt< IntType >inline
InvalidOrGreaterThan(const ValueType Other) constTGuardedInt< IntType >inline
InvalidOrLessOrEqual(const ValueType Other) constTGuardedInt< IntType >inline
InvalidOrLessThan(const ValueType Other) constTGuardedInt< IntType >inline
IsValid() constTGuardedInt< IntType >inline
operator!=(const TGuardedInt Other) constTGuardedInt< IntType >inline
operator%(const TGuardedInt Other) constTGuardedInt< IntType >inline
operator*(const TGuardedInt Other) constTGuardedInt< IntType >inline
operator+(const TGuardedInt Other) constTGuardedInt< IntType >inline
operator-() constTGuardedInt< IntType >inline
operator-(const TGuardedInt Other) constTGuardedInt< IntType >inline
operator/(const TGuardedInt Other) constTGuardedInt< IntType >inline
operator<<(const TGuardedInt Other) constTGuardedInt< IntType >inline
operator=(const TGuardedInt &Other)=defaultTGuardedInt< IntType >
operator==(const TGuardedInt Other) constTGuardedInt< IntType >inline
operator>>(const TGuardedInt Other) constTGuardedInt< IntType >inline
TGuardedInt()=defaultTGuardedInt< IntType >
TGuardedInt(ValueType InValue)TGuardedInt< IntType >inlineexplicit
TGuardedInt(const TGuardedInt &Other)=defaultTGuardedInt< IntType >
ValidAndGreaterOrEqual(const ValueType Other) constTGuardedInt< IntType >inline
ValidAndGreaterThan(const ValueType Other) constTGuardedInt< IntType >inline
ValidAndLessOrEqual(const ValueType Other) constTGuardedInt< IntType >inline
ValidAndLessThan(const ValueType Other) constTGuardedInt< IntType >inline