Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UTwitterIntegrationBase
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 |
virtual bool TwitterRequest
&40;
const FString & URL,
const TArray< FString > & ParamKeysAndValues,
enum ETwitterRequestMethod RequestMethod,
int32 AccountIndex
&41;
Remarks
Kicks off a generic twitter request true the request was sent off, and a TID_RequestComplete
Parameters
Name | 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 |