FNetworkVersion::IsNetworkCompatible

Determine if a connection is compatible with this instance

Windows
MacOS
Linux

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

Syntax

static bool IsNetworkCompatible
(
    const uint32 LocalNetworkVersion,
    const uint32 RemoteNetworkVersion
)

Remarks

Determine if a connection is compatible with this instance

Returns

true if the two instances can communicate, false otherwise

Parameters

Parameter

Description

bRequireEngineVersionMatch

should the engine versions match exactly

LocalNetworkVersion

current version of the local machine

RemoteNetworkVersion

current version of the remote machine

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss