UMultiUserClientStatics::GetRemoteMultiUserClientInfos

Get ClientInfos of current Multi-User participants except for the local user.

Windows
MacOS
Linux

References

Module

MultiUserClientLibrary

Header

/Engine/Plugins/Developer/Concert/MultiUserClient/Source/MultiUserClientLibrary/Public/MultiUserClientStatics.h

Include

#include "MultiUserClientStatics.h"

Source

/Engine/Plugins/Developer/Concert/MultiUserClient/Source/MultiUserClientLibrary/Private/MultiUserClientStatics.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Multi-User Client",
          Meta=(DevelopmentOnly, DisplayName="Get Remote Multi-User Client Infos"))
static bool GetRemoteMultiUserClientInfos
(
    TArray< FMultiUserClientInfo > & ClientInfos
)

Remarks

Get ClientInfos of current Multi-User participants except for the local user. Returns false is no remote clients were found.

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