UKismetNodeHelperLibrary::HasUnmarkedBit

Returns whether there exists an unmarked bit in the data

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetNodeHelperLibrary.h

Include

#include "Kismet/KismetNodeHelperLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetNodeHelperLibrary.cpp

Syntax

static bool HasUnmarkedBit
(
    int32 Data,
    int32 NumBits
)

Remarks

Returns whether there exists an unmarked bit in the data

Returns

  • Whether there is a bit not marked in the data

Parameters

Parameter

Description

Data

The data being tested against

NumBits

The logical number of bits we want to track

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