Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/IDesktopPlatform
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetHordeAccessToken
(
const FString& HordeUrl, |
Gets an access token for the given Horde Server. | IDesktopPlatform.h | |
bool GetHordeAccessToken
(
const FString& HordeUrl, |
Gets an access token for the given Horde Server. | IDesktopPlatform.h |
GetHordeAccessToken(const FString &, EDesktopLoginInteractionLevel, FFeedbackContext *, FString &, FDateTime &, bool &)
Description
Gets an access token for the given Horde Server.
| Name | GetHordeAccessToken |
| Type | function |
| Header File | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
| Include Path | #include "IDesktopPlatform.h" |
bool GetHordeAccessToken
(
const FString & HordeUrl,
EDesktopLoginInteractionLevel InteractionLevel,
FFeedbackContext * Warn,
FString & OutToken,
FDateTime & OutTokenExpiresAt,
bool & bOutWasInteractiveLogin
)
true if the task completed successfully.
Parameters
| Name | Remarks |
|---|---|
| HordeUrl | URL of the Horde server. |
| bUnattended | True to indicate that no user interaction should be assumed |
| Warn | Feedback context to use for progress updates |
| OutToken | The allocated access token |
| OutTokenExpiresAt | When the token expires |
| bOutWasInteractiveLogin | True if the interactive login flow was used |
GetHordeAccessToken(const FString &, bool, FFeedbackContext *, FString &, FDateTime &, bool &)
Description
Gets an access token for the given Horde Server.
| Name | GetHordeAccessToken |
| Type | function |
| Header File | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
| Include Path | #include "IDesktopPlatform.h" |
bool GetHordeAccessToken
(
const FString & HordeUrl,
bool bUnattended,
FFeedbackContext * Warn,
FString & OutToken,
FDateTime & OutTokenExpiresAt,
bool & bOutWasInteractiveLogin
)
true if the task completed successfully.
Parameters
| Name | Remarks |
|---|---|
| HordeUrl | URL of the Horde server. |
| bUnattended | True to indicate that no user interaction should be assumed |
| Warn | Feedback context to use for progress updates |
| OutToken | The allocated access token |
| OutTokenExpiresAt | When the token expires |
| bOutWasInteractiveLogin | True if the interactive login flow was used |