NpResizeBitArray

Resize BitArray to NewNum, setting default value of new bits to false.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionUtil.h

Include

#include "NetworkPredictionUtil.h"

Syntax

template<typename BitArrayType>
void NpResizeBitArray
(
    BitArrayType & BitArray,
    int32 NewNum
)

Remarks

Resize BitArray to NewNum, setting default value of new bits to false.

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