Navigation
API > API/Plugins > API/Plugins/OnlineFrameworkCommon
Handle for registered lookup function. Automatically unregisters on destruction, or explicitly by calling Unbind.
| Name | FCommonAccountLookupAccountIdFnHandle |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineFrameworkCommon/Source/OnlineFrameworkCommon/Public/OnlineFramework/CommonAccountManager.h |
| Include Path | #include "OnlineFramework/CommonAccountManager.h" |
Syntax
class FCommonAccountLookupAccountIdFnHandle : public FNoncopyable
Inheritance Hierarchy
- FNoncopyable → FCommonAccountLookupAccountIdFnHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| OnlineFramework/CommonAccountManager.h | |||
| OnlineFramework/CommonAccountManager.h | |||
FCommonAccountLookupAccountIdFnHandle
(
FCommonAccountManagerRef InManager, |
OnlineFramework/CommonAccountManager.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FCommonAccountLookupAccountIdFnHandle() |
OnlineFramework/CommonAccountManager.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Manager | TWeakPtr< FCommonAccountManager > | OnlineFramework/CommonAccountManager.h | ||
| RegisteredId | int | OnlineFramework/CommonAccountManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Unbind() |
OnlineFramework/CommonAccountManager.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCommonAccountLookupAccountIdFnHandle & operator=
(
FCommonAccountLookupAccountIdFnHandle&& InHandle |
OnlineFramework/CommonAccountManager.h |