FWebAuthModule

Module dependencies.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function Static

FWebAuthModu...

 

Get()

Singleton-like access to this module's interface.

Public function

IWebAuth &

 

GetWebAuth()

Get the WebAuth interface

Public function

bool

 

HandleWebAuthCommand

(
    const TCHAR* Cmd,
    FOutputDevice& Ar
)

Exec command handlers

Public function

bool

 

IsAvailable()

Is the WebAuth module available on the active platform?

Overridden from FExec

Name Description

Public function Virtual

bool

 

Exec

(
    UWorld* InWorld,
    const TCHAR* Cmd,
    FOutputDevice& Ar
)

Handle exec commands starting with "WebAuth"

Constants

Name

Description

Singleton

Singleton for the module while loaded and available

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss