FOnlineSubsystemImpl::FilterResponseStr

Modify a response string so that it can be logged cleanly

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemImpl.h

Include

#include "OnlineSubsystemImpl.h"

Source

/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineSubsystemImpl.cpp

Syntax

static FString FilterResponseStr
(
    const FString & ResponseStr,
    const TArray< FString > & RedactFields
)

Remarks

Modify a response string so that it can be logged cleanly

Returns

the modified version of the response string

Parameters

Parameter

Description

ResponseStr

The JSONObject string we want to sanitize

RedactFields

The fields we want to specifically omit (optional, only supports EJson::String), if nothing specified everything is redacted

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