Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TBigInt
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/BigInt.h |
Include | #include "Math/BigInt.h" |
void ShiftRightInternal
&40;
const int32 BitCount
&41;
Remarks
Shift right by the specified amount of bits. Does not check if BitCount is valid.
Parameters
Name | Description |
---|---|
BitCount | the number of bits to shift. |