![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Iris/ReplicationSystem/NameTokenStore.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"#include "Net/Core/Trace/NetTrace.h"#include "UObject/CoreNet.h"Namespaces | |
| namespace | UE |
| namespace | UE::Net |
Macros | |
| #define | UE_NET_ENABLE_FNAME_TOKEN_LOG 1 |
| #define | UE_LOG_FNAMETOKEN(Format, ...) UE_LOG(LogNetToken, Verbose, Format, ##__VA_ARGS__) |
| #define | UE_LOG_FNAMETOKEN_WARNING(Format, ...) UE_LOG(LogNetToken, Warning, Format, ##__VA_ARGS__) |
| #define UE_LOG_FNAMETOKEN | ( | Format, | |
| ... | |||
| ) | UE_LOG(LogNetToken, Verbose, Format, ##__VA_ARGS__) |
| #define UE_LOG_FNAMETOKEN_WARNING | ( | Format, | |
| ... | |||
| ) | UE_LOG(LogNetToken, Warning, Format, ##__VA_ARGS__) |
| #define UE_NET_ENABLE_FNAME_TOKEN_LOG 1 |