Chaos::LowBitsMask

Make a bitmask which covers the lowest NumBits bits with 1's.

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::LowBitsMask
    (
        const int8 NumBits
    )
}

Remarks

Make a bitmask which covers the lowest NumBits bits with 1's.

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