Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h |
| Include | #include "Math/UnrealMathVectorCommon.h" |
uint32 appCountTrailingZeros
(
uint32 Value
)
Remarks
Counts the number of trailing zeros in the bit representation of the value, counting from least-significant bit to most. the number of zeros before the first "on" bit
Parameters
| Name | Description |
|---|---|
| Value | the value to determine the number of leading zeros for |