Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineExternalUIInterface.h |
| Include | #include "Interfaces/OnlineExternalUIInterface.h" |
Syntax
struct FLoginFlowResult
Remarks
A single login flow result
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnlineError | Error | Errors generated during login flow | |
| int32 | NumericErrorCode | Numeric error code provided by the backend expected to correspond to error stored in ErrorCode | |
| FString | Token | Token returned by the login flow (platform dependent) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsComplete () |
||
| bool | IsValid () |
||
| FString |