Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPlatformInterfaceBase
- UTwitterIntegrationBase
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/TwitterIntegrationBase.h |
Include | #include "Engine/TwitterIntegrationBase.h" |
Syntax
class UTwitterIntegrationBase : public UPlatformInterfaceBase
Constructors
Type | Name | Description | |
---|---|---|---|
UTwitterIntegrationBase
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
bool | Starts the process of authorizing the local user(s). | ||
bool | |||
FString | GetAccountName
(
int32 AccountIndex |
||
int32 | |||
void | Init () |
Perform any needed initialization | |
bool | ShowTweetUI
(
const FString& InitialMessage, |
Kicks off a tweet, using the platform to show the UI. | |
bool | TwitterRequest
(
const FString& URL, |
Kicks off a generic twitter request |