IMessageSanitizer

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IMessageSanitizer

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/IMessageSanitizerInterface.h"

Syntax

Constructors

Name Description

Protected function

IMessageSanitizer()

Destructors

Name Description

Public function Virtual

~IMessageSanitizer()

Functions

Name Description

Public function

void

 

QueryBlockedUser

(
    int32 LocalUserNum,
    const FString& FromUserId,
    const FString& FromPlatform,
    const FOnQueryUserBlockedResponse&...
)

Query for a blocked user status between a local and remote user

Public function

void

 

ResetBlockedUserCache()

Invalidate all previously queried blocked users state

Public function

void

 

SanitizeDisplayName

(
    const FString& DisplayName,
    const FOnMessageProcessed& Complet...
)

Public function

void

 

SanitizeDisplayNames

(
    const TArray< FString >& DisplayNa...,
    const FOnMessageArrayProcessed& Co...
)

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