FTurnBasedMatch::EndTurnWithMatchData

End the turn and upload MatchData.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTurnBasedInterface.h

Include

#include "Interfaces/OnlineTurnBasedInterface.h"

Syntax

virtual void EndTurnWithMatchData
(
    const TArray< uint8 > & MatchData,
    int32 TurnTimeoutInSeconds,
    FUploadMatchDataSignature EndTurnCallback
)

Remarks

End the turn and upload MatchData. EndTurnCallback is called once the data is uploaded (or failed), with a (bool) Success parameter

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