Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetNodeHelperLibrary
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 |
static bool BitIsMarked
&40;
int32 Data,
int32 Index
&41;
Remarks
Returns whether the bit at index "Index" is set or not in the data
- Whether the bit at index "Index" is set or not
Parameters
| Name | Description |
|---|---|
| Data | The integer containing the bits that are being tested against |
| Index | The bit index into the Data that we are inquiring |