Navigation
API > API/Plugins > API/Plugins/OnlineFrameworkCommon > API/Plugins/OnlineFrameworkCommon/FCommonAccount
Description
Check if the target account equals this one. Generally, there should only be one common account associated with an account id, but after GetIdAsync we may merge them and systems may have lingering references to the replaced common account
| Name | Equals |
| 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 Equals
(
const FCommonAccount & OtherAccount
) const
true if they are the same, false if not
Parameters
| Name | Remarks |
|---|---|
| OtherAccount | the account to test |