Navigation
API > API/Plugins > API/Plugins/OnlineServicesEpicCommon
Exists to provide components that are instantiated in both OnlineServicesEOS and OnlineServicesEpicAccount a resolve path that works in both.
| Name | IEpicAccountIdResolver |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServicesEpicCommon/Source/OnlineServicesEpicCommon/Public/Online/EpicAccountIdResolver.h |
| Include Path | #include "Online/EpicAccountIdResolver.h" |
Syntax
class IEpicAccountIdResolver
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFuture< FAccountId > ResolveAccountId
(
const FAccountId LocalAccountId, |
Online/EpicAccountIdResolver.h | ||
| Online/EpicAccountIdResolver.h | |||
TFunction< TFuture< FAccountId >(class FOnlineAsyncOp &InAsyncOp, const EOS_EpicAccountId EpicAccountId)> ResolveEpicAccountIdFn() |
Online/EpicAccountIdResolver.h | ||
TFunction< TFuture< TArray< FAccountId > >(class FOnlineAsyncOp &InAsyncOp, const TArray< EOS_EpicAccountId > &EpicAccountIds)> ResolveEpicAccountIdsFn() |
Online/EpicAccountIdResolver.h |