FOnlineMessageHeader

Message header obtained via EnumerateMessages Represents an inbox message that can be downloaded

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineMessageInterface.h

Include

#include "Interfaces/OnlineMessageInterface.h"

Syntax

class FOnlineMessageHeader

Remarks

Message header obtained via EnumerateMessages Represents an inbox message that can be downloaded

Variables

Name Description

Public variable

FString

 

FromName

Name of user that sent the message

Public variable

TSharedRef< con...

 

FromUserId

Unique id of user that sent the message

Public variable

TSharedRef< FUn...

 

MessageId

Unique id of the message. Needed to download the message payload

Public variable

FString

 

TimeStamp

UTC timestamp when message was sent

Public variable

FString

 

Type

Type of message

Constructors

Name Description

Public function

FOnlineMessageHeader

(
    const TSharedRef< const FUniqueNetI...,
    const TSharedRef< FUniqueMessageId ...
)

Constructor

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