Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTwitterIntegrationBase
Description
Starts the process of authorizing the local user(s). When TID_AuthorizeComplete is called, then GetNumAccounts() will return a valid number of accounts
| Name | AuthorizeAccounts |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/TwitterIntegrationBase.h |
| Include Path | #include "Engine/TwitterIntegrationBase.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp |
UFUNCTION ()
virtual bool AuthorizeAccounts()
true if the authorization process started, and TID_AuthorizeComplete delegates will be called