FSocialUserChatMessage

A chat message that originated from a particular SocialUser - by far the most common type of message

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Party

Header

/Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/SocialChatMessage.h

Include

#include "Chat/SocialChatMessage.h"

Syntax

class FSocialUserChatMessage : public FSocialChatMessage

Remarks

A chat message that originated from a particular SocialUser - by far the most common type of message

Variables

Name Description

Protected variable

TWeakObjectPtr<...

 

FromUser

Constructors

Name Description

Protected function

FSocialUserChatMessage

(
    const FString& MessageBody,
    ESocialChannelType InSourceChannelT...
)

Protected function

FSocialUserChatMessage

(
    USocialUser& Sender,
    const FChatMessage& Message,
    ESocialChannelType InSourceChannelT...
)

Protected function

FSocialUserChatMessage

(
    USocialUser& Sender,
    const FString& MessageBody,
    ESocialChannelType InSourceChannelT...
)

Functions

Name Description

Public function Static

FSocialChatM...

 

Create

(
    USocialUser& Sender,
    const FChatMessage& Message,
    ESocialChannelType SourceChannelTyp...
)

Public function Static

FSocialChatM...

 

Create

(
    USocialUser& Sender,
    const FString& MessageBody,
    ESocialChannelType SourceChannelTyp...
)

Public function Const

USocialUser ...

 

GetSender()

Public function Static

FName

 

StaticMessageType()

Overridden from FSocialChatMessage

Name Description

Public function Virtual Const

FString

 

GetSourceName()

Protected function Virtual Const

bool

 

IsDerivedFrom

(
    FName MessageTypeName
)

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