Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBigInt
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/BigInt.h |
| Include | #include "Math/BigInt.h" |
void ShiftLeftInternal
(
const int32 BitCount
)
Remarks
Shift left by the specified amount of bits. Does not check if BitCount is valid.
Parameters
| Name | Description |
|---|---|
| BitCount | the number of bits to shift. |