FSocialLocalChatMessage

A locally generated chat message that was not sent by a particular user.

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 FSocialLocalChatMessage : public FSocialChatMessage

Remarks

A locally generated chat message that was not sent by a particular user. Use cases include server admin messages, in-game notifications, etc.

Variables

Name Description

Protected variable

FString

 

SourceName

Constructors

Name Description

Protected function

FSocialLocalChatMessage

(
    const FString& InSourceName,
    const FString& MessageBody,
    ESocialChannelType SourceChannelTyp...
)

Functions

Name Description

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