NpResizeAndSetBit

Sets index to value, resizing bit array if necessary and setting 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 NpResizeAndSetBit
(
    BitArrayType & BitArray,
    int32 Index,
    bool Value
)

Remarks

Sets index to value, resizing bit array if necessary and setting 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