UTwitterIntegrationBase::TwitterRequest

Kicks off a generic twitter request

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/TwitterIntegrationBase.h

Include

#include "Engine/TwitterIntegrationBase.h"

Source

/Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp

Syntax

virtual bool TwitterRequest
(
    const FString & URL,
    const TArray< FString > & ParamKeysAndValues,
    enum ETwitterRequestMethod RequestMethod,
    int32 AccountIndex
)

Remarks

Kicks off a generic twitter request

Returns

true the request was sent off, and a TID_RequestComplete

Parameters

Parameter

Description

URL

The URL for the twitter request

KeysAndValues

The extra parameters to pass to the request (request specific). Separate keys and values: < "key1", "value1", "key2", "value2" >

Method

The method for this request (get, post, delete)

AccountIndex

A user index if an account is needed, or -1 if an account isn't needed for the request

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