Navigation
API > API/Plugins > API/Plugins/OnlineServicesNull > API/Plugins/OnlineServicesNull/Online
Inheritance Hierarchy
- FAccountInfoRegistry
- FAccountInfoRegistryNULL
References
| Module | OnlineServicesNull |
| Header | /Engine/Plugins/Online/OnlineServicesNull/Source/Public/Online/AuthNull.h |
| Include | #include "Online/AuthNull.h" |
Syntax
class FAccountInfoRegistryNULL : public UE::Online::FAccountInfoRegistry
Remarks
Auth NULL is implemented in a way similar to console platforms where there is not an explicit login / logout from online services. On those platforms the user account is picked either before the game has started or as a part of selecting an input device.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FAccountInfoNull > | Find
(
FPlatformUserId PlatformUserId |
||
| TSharedPtr< FAccountInfoNull > | Find
(
FAccountId AccountIdHandle |
||
| void | Register
(
const TSharedRef< FAccountInfoNull >& UserAuthData |
||
| void | Unregister
(
FAccountId AccountId |
Typedefs
| Name | Description |
|---|---|
| Super |