UKismetNodeHelperLibrary::BitIsMarked

Returns whether the bit at index "Index" is set or not 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 BitIsMarked
(
    int32 Data,
    int32 Index
)

Remarks

Returns whether the bit at index "Index" is set or not in the data

Returns

  • Whether the bit at index "Index" is set or not

Parameters

Parameter

Description

Data

The integer containing the bits that are being tested against

Index

The bit index into the Data that we are inquiring

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