FUserOnlineAccountTwitch::Parse

Parse Json profile request data into the user account

Windows
MacOS
Linux

References

Module

OnlineSubsystemTwitch

Header

/Engine/Plugins/Online/OnlineSubsystemTwitch/Source/Public/OnlineAccountTwitch.h

Include

#include "OnlineAccountTwitch.h"

Source

/Engine/Plugins/Online/OnlineSubsystemTwitch/Source/Private/OnlineAccountTwitch.cpp

Syntax

bool Parse
(
    const FString & InAuthTicket,
    FTwitchTokenValidationResponse && ValidationResponse
)

Remarks

Parse Json profile request data into the user account

Returns

whether the parsing was successful or not

Parameters

Parameter

Description

InAuthTicket

previously associated auth ticket with this response

ValidationResponse

validation response from Twitch

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