FEnumProperty::GetMaxNetSerializeBits

Returns the number of bits required by NetSerializeItem to encode this enum, based on the maximum value.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/EnumProperty.h

Include

#include "UObject/EnumProperty.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/EnumProperty.cpp

Syntax

uint64 GetMaxNetSerializeBits() const

Remarks

Returns the number of bits required by NetSerializeItem to encode this enum, based on the maximum value.

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