Navigation
Unreal Engine C++ API Reference > Runtime > Core > Clang > FClangPlatformMath
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Clang/ClangPlatformMath.h |
Include | #include "Clang/ClangPlatformMath.h" |
static uint64 CountLeadingZeros64
&40;
uint64 Value
&41;
Remarks
Counts the number of leading zeros in the bit representation of the value the number of zeros before the first "on" bit
Parameters
Name | Description |
---|---|
Value | the value to determine the number of leading zeros for |