Navigation
API > API/Plugins > API/Plugins/WebAuth
Inheritance Hierarchy
- IModuleInterface
- FSelfRegisteringExec
- FWebAuthModule
References
| Module | WebAuth |
| Header | /Engine/Plugins/Online/WebAuth/Source/Public/WebAuthModule.h |
| Include | #include "WebAuthModule.h" |
Syntax
class FWebAuthModule :
public IModuleInterface,
public FSelfRegisteringExec
Remarks
Module includes Module for Web Authentication implementation
Functions
| Type | Name | Description | |
|---|---|---|---|
| FWebAuthModule & | Get () |
Singleton-like access to this module's interface. | |
| IWebAuth & | GetWebAuth () |
Get the WebAuth interface | |
| bool | HandleWebAuthCommand
(
const TCHAR* Cmd, |
Exec command handlers | |
| bool | IsAvailable () |
Is the WebAuth module available on the active platform? |
Overridden from FExec
| Type | Name | Description | |
|---|---|---|---|
| bool | Exec_Dev
(
UWorld* InWorld, |
Handle exec commands starting with "WebAuth" |
Constants
| Name | Description |
|---|---|
| Singleton | Singleton for the module while loaded and available |