无法更新Xbox Live Creators计划排行榜 [英] Cannot Update Xbox Live Creators Program Leaderboard

查看:161
本文介绍了无法更新Xbox Live Creators计划排行榜的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello All。

Hello All.

我在使用UWP的虚幻引擎4(UE4)更新Xbox Live Creators程序上的排行榜时遇到了困难。

I'm having difficulty updating my Leaderboard on the Xbox Live Creators Program using the Unreal Engine 4 (UE4) with UWP.

您能否确认我的方法是否正确:

Can you confirm if my approach is correct:

IOnlineSubsystem* oss = IOnlineSubsystem::Get();

if (oss != nullptr)
{
    IOnlineEvents* events = oss->GetEventsInterface().Get();

    if (events != nullptr)
    {
        FOnlineEventParms ep;
        ep.Add(FName(TEXT("HighScore")), levelScore->GetTotalScore());
        events->TriggerEvent(*playerId, TEXT("OceanWave"), ep);
    }
}

如果我的设置正确,我会在GameHub中看到它吗?我怎么知道它有效?

If my setup is correct, whould I see it in the GameHub? How do I know it's working?

推荐答案

Xbox Live Creators程序是一个开放程序,适用于使用任何支持通用Windows平台的游戏引擎的开发人员( UWP)。有关功能和支持级别的特定引擎详细信息,您应直接联系游戏引擎提供商
The Xbox Live Creators Program is an open program for developers using any game engine that supports the Universal Windows Platform (UWP). For specific engine details around features and levels of support, you should reach out to the game engine provider directly.


这篇关于无法更新Xbox Live Creators计划排行榜的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆