Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TGuardedInt
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TGuardedInt operator>>
(
const TGuardedInt Other |
Math/GuardedInt.h | ||
TGuardedInt operator>>
(
IntType InB |
Mixed-type expressions that coerce both operands to guarded ints | Math/GuardedInt.h |
operator>>(const TGuardedInt)
| Name | operator>> |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GuardedInt.h |
| Include Path | #include "Math/GuardedInt.h" |
TGuardedInt operator>>
(
const TGuardedInt Other
) const
This value bitwise right-shifted by the operand.
operator>>(IntType)
Description
Mixed-type expressions that coerce both operands to guarded ints
| Name | operator>> |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GuardedInt.h |
| Include Path | #include "Math/GuardedInt.h" |
TGuardedInt operator>>
(
IntType InB
) const