FBitWriter::SetOverflowed

Marks this bit writer as overflowed.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/BitWriter.h

Include

#include "Serialization/BitWriter.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/BitWriter.cpp

Syntax

void SetOverflowed
(
    int32 LengthBits
)

Remarks

Marks this bit writer as overflowed.

Parameters

Parameter

Description

LengthBits

The number of bits being written at the time of overflow

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