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