文档

支持

Multiplay Hosting for the Unreal Engine

Multiplay Hosting overview

Multiplay Hosting for the Unreal Engine

结构 Multiplay Deallocation

Reference documentation for the Multiplay Deallocation struct.
阅读时间1 分钟最后更新于 4 天前

服务器的 Multiplay 取消分配。
Include(包括)
#include "MultiplayDeallocation.h"
语法
USTRUCT(BlueprintType)struct MULTIPLAYGAMESERVERSDK_API FMultiplayDeallocation

字段

EventId

取消分配的事件 ID。

声明

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

Blueprint

Name

类型

事件 ID字符串

C++

Name

类型

EventId
FString

ServerId

取消分配的服务器 ID。

声明

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

Blueprint

Name

类型

默认值

服务器 ID整数
0

C++

Name

类型

ServerId
int64

AllocationId

取消分配的 ID。

声明

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

Blueprint

Name

类型

分配 ID字符串

C++

Name

类型

AllocationId
FString