Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineExternalUIInterface.h |
| Include | #include "Interfaces/OnlineExternalUIInterface.h" |
Syntax
struct FShowSendMessageParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnlineMessagePayload | DataPayload | ||
| FText | DisplayDetails | ||
| TMap< FString, FString > | DisplayDetails_Loc | Map of language to text so the recipient's platform OS can display the localized string | |
| FText | DisplayMessage | ||
| TArray< uint8 > | DisplayThumbnail | ||
| FText | DisplayTitle | ||
| TMap< FString, FString > | DisplayTitle_Loc | Map of language to text so the recipient's platform OS can display the localized string | |
| int32 | MaxRecipients |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |