IMessageSanitizer::QueryBlockedUser

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

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/IMessageSanitizerInterface.h"

Syntax

void QueryBlockedUser
(
    int32 LocalUserNum,
    const FString & FromUserId,
    const FString & FromPlatform,
    const FOnQueryUserBlockedResponse & CompletionDelegate
)

Remarks

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

Parameters

Parameter

Description

LocalUserNum

local user making the query

FromUserId

platform specific user id of the remote user

FromPlatform

platform for remote user

CompletionDelegate

delegate to fire on completion

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