Navigation
API > API/Plugins > API/Plugins/OnlineFrameworkCommon > API/Plugins/OnlineFrameworkCommon/FCommonAccount
Description
Add an account id for this account. If the id already exists for the framework instance, or if the manager or framework instance not valid, no changes are made and this returns false.
| Name | AddId |
| 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 |
bool AddId
(
FName FrameworkInstance,
UE::Online::FAccountId AccountId
)
whether the account id was added
Parameters
| Name | Remarks |
|---|---|
| FrameworkInstance | the type of account id to add |
| AccountId | the account ID to add |