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 HasMarkedBit
&40;
int32 Data,
int32 NumBits
&41;
Remarks
Returns whether there exists a marked bit in the data
- Whether there is a bit marked in the data
Parameters
| Name | Description |
|---|---|
| Data | The data being tested against |
| NumBits | The logical number of bits we want to track |