![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "HAL/Platform.h"#include "Misc/EnumClassFlags.h"#include "Iris/Serialization/NetBitStreamReader.h"#include "Iris/Serialization/NetBitStreamWriter.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::Net |
| namespace | UE::Net::Private |
Macros | |
| #define | UE_NET_REPLICATIONDATASTREAM_DEBUG !(UE_BUILD_SHIPPING) |
Enumerations | |
| enum | UE::Net::Private::EReplicationDataStreamDebugFeatures : uint32 { UE::Net::Private::None = 0U , UE::Net::Private::BatchSizePerObject = 1U << 0U , UE::Net::Private::Sentinels = 1U << 1U } |
Variables | |
| bool | UE::Net::Private::bReplicationDataStreamDebugBatchSizePerObjectEnabled |
| bool | UE::Net::Private::bReplicationDataStreamDebugSentinelsEnabled |
| #define UE_NET_REPLICATIONDATASTREAM_DEBUG !(UE_BUILD_SHIPPING) |