ドキュメント

サポート

Multiplay Hosting for the Unreal Engine

Multiplay Hosting overview

Multiplay Hosting for the Unreal Engine

クラス Multiplay Server Config Subsystem

Reference documentation for the Multiplay Server Config Subsystem class.
読み終わるまでの所要時間 1 分最終更新 14日前

Multiplay サーバー設定の取得を行うサブシステム。
Include (含める)
#include "MultiplayServerConfigSubsystem.h"
構文
UCLASS()class MULTIPLAYGAMESERVERSDK_API UMultiplayServerConfigSubsystem : public UMultiplaySubsystemBase

Override

Initialize(FSubsystemCollectionBase&)

USubsystem からオーバーライドを初期化します。

宣言

virtual void Initialize(FSubsystemCollectionBase& Collection) override

メソッド

GetServerConfig()

サーバー設定のアクセサー。

宣言

const FMultiplayServerConfig& GetServerConfig() const

戻り値

説明

const 
FMultiplayServerConfig
&
現在のセッションのサーバー設定。