Navigation
Unreal Engine C++ API Reference > Plugins > Concert
Inheritance Hierarchy
- FConcertMessageData
- FConcertEventData
- FConcertEndpointDiscoveryEvent
- FConcertAdmin_DiscoverServersEvent
References
Module | Concert |
Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
Include | #include "ConcertMessages.h" |
Syntax
USTRUCT&40;&41;
struct FConcertAdmin_DiscoverServersEvent : public FConcertEndpointDiscoveryEvent
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
FString | ClientAuthenticationKey | If a server was configured to restrict access to specific client(s), it will search for this key in its list of authorized keys. |
![]() ![]() ![]() ![]() |
FString | RequiredRole | The required role of the server (eg, MultiUser, DisasterRecovery, etc) |
![]() ![]() ![]() ![]() |
FString | RequiredVersion | The required version of the server (eg, 4.22, 4.23, etc) |