![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Iris/ReplicationSystem/StringTokenStore.h"#include "Iris/Core/IrisLog.h"#include "Iris/Serialization/NetBitStreamReader.h"#include "Iris/Serialization/NetBitStreamWriter.h"#include "Iris/Serialization/NetBitStreamUtil.h"#include "Iris/Serialization/NetSerializationContext.h"#include "Hash/CityHash.h"Namespaces | |
| namespace | UE |
| namespace | UE::Net |
Macros | |
| #define | UE_NET_ENABLE_STRING_TOKEN_LOG 1 |
| #define | UE_LOG_STRINGTOKEN(Format, ...) UE_LOG(LogNetToken, Verbose, Format, ##__VA_ARGS__) |
| #define | UE_LOG_STRINGTOKEN_WARNING(Format, ...) UE_LOG(LogNetToken, Warning, Format, ##__VA_ARGS__) |
| #define UE_LOG_STRINGTOKEN | ( | Format, | |
| ... | |||
| ) | UE_LOG(LogNetToken, Verbose, Format, ##__VA_ARGS__) |
| #define UE_LOG_STRINGTOKEN_WARNING | ( | Format, | |
| ... | |||
| ) | UE_LOG(LogNetToken, Warning, Format, ##__VA_ARGS__) |
| #define UE_NET_ENABLE_STRING_TOKEN_LOG 1 |