UKismetNodeHelperLibrary::ClearAllBits

Clears all of the 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 void ClearAllBits
(
    int32 & Data
)

Remarks

Clears all of the bit in the data

Parameters

Parameter

Description

Data

The integer containing the bits that are being cleared

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