Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FNetworkVersion
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/NetworkVersion.h |
Include | #include "Misc/NetworkVersion.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/NetworkVersion.cpp |
static bool IsNetworkCompatible
&40;
const uint32 LocalNetworkVersion,
const uint32 RemoteNetworkVersion
&41;
Remarks
Determine if a connection is compatible with this instance true if the two instances can communicate, false otherwise
Parameters
Name | Description |
---|---|
bRequireEngineVersionMatch | should the engine versions match exactly |
LocalNetworkVersion | current version of the local machine |
RemoteNetworkVersion | current version of the remote machine |