![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/UnrealString.h"#include "CoreTypes.h"#include "Delegates/Delegate.h"#include "Logging/LogMacros.h"#include "Misc/EngineNetworkCustomVersion.h"Go to the source code of this file.
Classes | |
| class | FNetworkReplayVersion |
| struct | FNetworkVersion |
Macros | |
| #define | ENGINE_NET_VERSION 0 |
| #define | ENGINE_REPLAY_VERSION ENGINE_NET_VERSION |
Enumerations | |
| enum class | EEngineNetworkRuntimeFeatures : uint16 { None = 0 , IrisEnabled = 1 << None , UseRemoteObjectReferences = 1 << IrisEnabled } |
Functions | |
| CORE_API | DECLARE_LOG_CATEGORY_EXTERN (LogNetVersion, Log, All) |
| ENUM_CLASS_FLAGS (EEngineNetworkRuntimeFeatures) | |
| #define ENGINE_NET_VERSION 0 |
| #define ENGINE_REPLAY_VERSION ENGINE_NET_VERSION |
|
strong |
| CORE_API DECLARE_LOG_CATEGORY_EXTERN | ( | LogNetVersion | , |
| Log | , | ||
| All | |||
| ) |
| ENUM_CLASS_FLAGS | ( | EEngineNetworkRuntimeFeatures | ) |