Navigation
API > API/Runtime > API/Runtime/Core
List of runtime features that can affect network compatibility between two connections
| Name | EEngineNetworkRuntimeFeatures |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/NetworkVersion.h |
| Include Path | #include "Misc/NetworkVersion.h" |
Syntax
enum EEngineNetworkRuntimeFeatures
{
None = 0,
IrisEnabled = 1 << None,
UseRemoteObjectReferences = 1 << IrisEnabled,
}
Values
| Name | Remarks |
|---|---|
| None | |
| IrisEnabled | |
| UseRemoteObjectReferences |