Documentation

Support

Multiplay Hosting for the Unreal Engine

Multiplay Hosting overview

Multiplay Hosting for the Unreal Engine

Struct Multiplay Payload Token Response

Reference documentation for the Multiplay Payload Token Response struct.
Read time 1 minuteLast updated 2 months ago

Warning
We are winding down our direct support for the Unity Multiplay Game Server Hosting Service. Unity will support the Multiplay Game Server Hosting Service through March 31, 2026. To ensure continuity for live titles, we are licensing our Multiplay Game Server Hosting software to Rocket Science Group. Learn more about them here.
Include
#include "MultiplayPayloadTokenResponse.h"
Syntax
USTRUCT(BlueprintType)struct MULTIPLAYGAMESERVERSDK_API FMultiplayPayloadTokenResponse

Fields

Token

JWT Token string associated to payload requests.

Declaration

UPROPERTY(BlueprintReadOnly, Category="Multiplay | PayloadToken")FString Token

Blueprint

Name

Type

TokenString

C++

Name

Type

Token
FString

Error

Internal multiplay error occurred retrieving the JWT.

Declaration

UPROPERTY(BlueprintReadOnly, Category="Multiplay | PayloadToken")FString Error

Blueprint

Name

Type

ErrorString

C++

Name

Type

Error
FString