Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
| Name | FBlockedQueryResult |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/IMessageSanitizerInterface.h |
| Include Path | #include "Interfaces/IMessageSanitizerInterface.h" |
Syntax
struct FBlockedQueryResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBlockedQueryResult
(
bool InIsBlocked, |
Interfaces/IMessageSanitizerInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsBlocked | bool | Is this user blocked | Interfaces/IMessageSanitizerInterface.h | |
| bIsBlockedNonFriends | bool | Is this user blocked for non-friends | Interfaces/IMessageSanitizerInterface.h | |
| UserId | FString | Platform specific unique id | Interfaces/IMessageSanitizerInterface.h |