Chaos::NumBitsNeeded

Counts the number of bits needed to represent an int with a max.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/RigidParticles.h

Include

#include "Chaos/RigidParticles.h"

Syntax

namespace Chaos
{
    constexpr int8 Chaos::NumBitsNeeded
    (
        const int8 MaxValue
    )
}

Remarks

Counts the number of bits needed to represent an int with a max.

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