Navigation
API > API/Plugins > API/Plugins/OnlineServicesNull > API/Plugins/OnlineServicesNull/Online
Inheritance Hierarchy
- IOnlineComponent
- TOnlineComponent
- FAuthCommon
- FAuthNull
References
| Module | OnlineServicesNull |
| Header | /Engine/Plugins/Online/OnlineServicesNull/Source/Public/Online/AuthNull.h |
| Include | #include "Online/AuthNull.h" |
Syntax
class FAuthNull : public UE::Online::FAuthCommon
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAccountInfoRegistryNULL | AccountInfoRegistryNULL |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAuthNull
(
FOnlineServicesNull& InOwningSubsystem |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | OnInputDeviceConnectionChange
(
EInputDeviceConnectionState NewConnectionState, |
||
| void |
Overridden from FAuthCommon
| Type | Name | Description | |
|---|---|---|---|
| const FAccountInfoRegistry & |
Overridden from IOnlineComponent
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Called after component has been constructed. It is not safe to reference other components at this time. | |
| void | PreShutdown () |
Called before any component has been shutdown. |
Typedefs
| Name | Description |
|---|---|
| Super |