Navigation
API > API/Plugins > API/Plugins/OnlineFrameworkCommon > API/Plugins/OnlineFrameworkCommon/FCommonAccount
Description
Lookup an account id for this account. This will prefer any cached values, then call all registered lookup methods for the registered ids.
| Name | GetIdAsync |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFrameworkCommon/Source/OnlineFrameworkCommon/Public/OnlineFramework/CommonAccount.h |
| Include Path | #include "OnlineFramework/CommonAccount.h" |
| Source | /Engine/Plugins/Online/OnlineFrameworkCommon/Source/OnlineFrameworkCommon/Private/OnlineFramework/CommonAccount.cpp |
void GetIdAsync
(
FName FrameworkInstance,
FOnGetIdAsyncComplete && OnComplete
)
Parameters
| Name | Remarks |
|---|---|
| FrameworkInstance | the type of account id to retrieve |
| OnComplete | completion delegate to call on complete |