Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
Inheritance Hierarchy
- TSharedFromThis
- IMessageSanitizer
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/IMessageSanitizerInterface.h |
| Include | #include "Interfaces/IMessageSanitizerInterface.h" |
Syntax
class IMessageSanitizer : public TSharedFromThis< IMessageSanitizer, ESPMode::ThreadSafe >
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FString | MessageArraySeparator |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | QueryBlockedUser
(
int32 LocalUserNum, |
Query for a blocked user status between a local and remote user | |
| void | Invalidate all previously queried blocked users state | ||
| void | SanitizeDisplayName
(
const FString& DisplayName, |
||
| void | SanitizeDisplayNames
(
const TArray< FString >& DisplayNames, |