Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
Inheritance Hierarchy
- IOnlineComponent
- TOnlineComponent
- FUserInfoCommon
- FUserInfoEOS
- FUserInfoOSSAdapter
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/UserInfoCommon.h |
| Include | #include "Online/UserInfoCommon.h" |
Syntax
class FUserInfoCommon : public UE::Online::TOnlineComponent< IUserInfo >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUserInfoCommon
(
FOnlineServicesCommon& InServices |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOnlineResult< FGetUserAvatar > | GetUserAvatar
(
FGetUserAvatar::Params&& Params |
Get the user avatar for a previously queried AccountId @params Params for the GetUserAvatar call | |
| TOnlineResult< FGetUserInfo > | GetUserInfo
(
FGetUserInfo::Params&& Params |
Get the user info for a previously queried AccountId @params Params for the GetUserInfo call | |
| TOnlineAsyncOpHandle< FQueryUserAvatar > | QueryUserAvatar
(
FQueryUserAvatar::Params&& Params |
Queries the user avatars for a list of account ids Upon success, avatars can be accessed with GetUserAvatar. | |
| TOnlineAsyncOpHandle< FQueryUserInfo > | QueryUserInfo
(
FQueryUserInfo::Params&& Params |
IUserInfo. | |
| TOnlineAsyncOpHandle< FShowUserProfile > | ShowUserProfile
(
FShowUserProfile::Params&& Params |
Show the profile UI for a user@params Params for the ShowUserProfile call |
Overridden from TOnlineComponent
| Type | Name | Description | |
|---|---|---|---|
| void | TOnlineComponent. |
Typedefs
| Name | Description |
|---|---|
| Super |