FClangPlatformMath::CountTrailingZeros64

Counts the number of trailing zeros in the bit representation of the value

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Clang/ClangPlatformMath.h

Include

#include "Clang/ClangPlatformMath.h"

Syntax

static uint64 CountTrailingZeros64
(
    uint64 Value
)

Remarks

Counts the number of trailing zeros in the bit representation of the value

Returns

the number of zeros after the last "on" bit

Parameters

Parameter

Description

Value

the value to determine the number of trailing zeros for

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss