Documentation

Support

Multiplay Hosting for the Unreal Engine

Multiplay Hosting overview

Multiplay Hosting for the Unreal Engine

Struct Multiplay Deallocation

Reference documentation for the Multiplay Deallocation 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.
The Multiplay deallocation for the server.
Include
#include "MultiplayDeallocation.h"
Syntax
USTRUCT(BlueprintType)struct MULTIPLAYGAMESERVERSDK_API FMultiplayDeallocation

Fields

EventId

The event ID for the deallocation.

Declaration

UPROPERTY(BlueprintReadOnly, Category="Multiplay | Deallocation")FString EventId

Blueprint

Name

Type

Event IdString

C++

Name

Type

EventId
FString

ServerId

The server ID for the deallocation.

Declaration

UPROPERTY(BlueprintReadOnly, Category="Multiplay | Deallocation")int64 ServerId = 0

Blueprint

Name

Type

Default value

Server IdInteger
0

C++

Name

Type

ServerId
int64

AllocationId

The ID for the deallocation.

Declaration

UPROPERTY(BlueprintReadOnly, Category="Multiplay | Deallocation")FString AllocationId

Blueprint

Name

Type

Allocation IdString

C++

Name

Type

AllocationId
FString

Struct Multiplay Deallocation • Multiplay Hosting for the Unreal Engine • Unity Docs