Navigation
API > API/Plugins > API/Plugins/Concert
| |
|
| Name |
FConcertSessionFileShare |
| Type |
struct |
| Header File |
/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessageData.h |
| Include Path |
#include "ConcertMessageData.h" |
Syntax
USTRUCT ()
struct FConcertSessionFileShare
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bFileShareEnabled |
bool |
Indicates that file sharing is enabled and available on the server. |
ConcertMessageData.h |
|
| Challenge |
FConcertSessionFileShareChallenge |
A challenge id that can be shared with the server / client to confirm that file sharing can be established between a server and a client. |
ConcertMessageData.h |
|
| FileShareRoot |
FString |
Root path for all file shares for this session. |
ConcertMessageData.h |
|