FBlockedQueryResult

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/IMessageSanitizerInterface.h"

Syntax

struct FBlockedQueryResult

Variables

Name Description

Public variable

bool

 

bIsBlocked

Is this user blocked

Public variable

bool

 

bIsBlockedNonFriends

Is this user blocked for non-friends

Public variable

FString

 

UserId

Platform specific unique id

Constructors

Name Description

Public function

FBlockedQueryResult

(
    bool InIsBlocked,
    bool InIsBlockedNonFriends,
    const FString& InUserId
)

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