HIVE SDK for Unreal Engine

함수
FHiveProviderApple

Apple GameCenter의 업적 및 리더보드 기능을 제공한다. 더 자세히 ...

함수

static void FHiveProviderApple::ReportScore (const FString &Score, const FString &LeaderboardIdentifier, const FHiveProviderAppleOnReportLeaderboard &Delegate)
 Apple GameCenter Leaderboard에 기록을 전송한다. 더 자세히 ...
 
static void FHiveProviderApple::ShowLeaderboard (const FHiveProviderAppleOnShowLeaderboard &Delegate)
 Apple GameCenter Leaderboard UI를 노출한다. 더 자세히 ...
 
static void FHiveProviderApple::LoadAchievements (const FHiveProviderAppleOnLoadAchievements &Delegate)
 Apple GameCenter 업적을 로드한다. 더 자세히 ...
 
static void FHiveProviderApple::ReportAchievement (const FString &Percent, bool ShowCompletionBanner, const FString &AchievementIdentifier, const FHiveProviderAppleOnReportAchievement &Delegate)
 Apple GameCenter 업적을 전송한다. 더 자세히 ...
 
static void FHiveProviderApple::ShowAchievements (const FHiveProviderAppleOnShowAchievement &Delegate)
 Apple GameCenter 업적 UI를 노출한다. 더 자세히 ...
 
static void FHiveProviderApple::ResetAchievements (const FHiveProviderAppleOnResetAchievement &Delegate)
 Apple GameCenter 업적 정보를 초기화한다. 더 자세히 ...
 

상세한 설명

Apple GameCenter의 업적 및 리더보드 기능을 제공한다.



함수 문서화

◆ LoadAchievements()

static void FHiveProviderApple::LoadAchievements ( const FHiveProviderAppleOnLoadAchievements &  Delegate)
static

Apple GameCenter 업적을 로드한다.

매개변수
DelegateAPI 호출 result listener.

◆ ReportAchievement()

static void FHiveProviderApple::ReportAchievement ( const FString &  Percent,
bool  ShowCompletionBanner,
const FString &  AchievementIdentifier,
const FHiveProviderAppleOnReportAchievement &  Delegate 
)
static

Apple GameCenter 업적을 전송한다.

경고
achievement identifier는 iTunes Connect에서 설정한다.
매개변수
Percent업적 성취 percent value(ex. 75.0)
ShowCompletionBanner업적 성공시 상단 배너 노출 여부. default is NO.
AchievementIdentifierAchievement identifier
DelegateAPI 호출 result listener.

◆ ReportScore()

static void FHiveProviderApple::ReportScore ( const FString &  Score,
const FString &  LeaderboardIdentifier,
const FHiveProviderAppleOnReportLeaderboard &  Delegate 
)
static

Apple GameCenter Leaderboard에 기록을 전송한다.

경고
score format과 leaderboard identifier는 iTunes Connect에서 설정한다.
매개변수
ScorePlayer가 얻은 score.
LeaderboardIdentifierLeaderboard Identifier.
DelegateAPI 호출 result handler.

◆ ResetAchievements()

static void FHiveProviderApple::ResetAchievements ( const FHiveProviderAppleOnResetAchievement &  Delegate)
static

Apple GameCenter 업적 정보를 초기화한다.

매개변수
DelegateAPI 호출 result listener.

◆ ShowAchievements()

static void FHiveProviderApple::ShowAchievements ( const FHiveProviderAppleOnShowAchievement &  Delegate)
static

Apple GameCenter 업적 UI를 노출한다.

매개변수
DelegateAPI 호출 result listener.

◆ ShowLeaderboard()

static void FHiveProviderApple::ShowLeaderboard ( const FHiveProviderAppleOnShowLeaderboard &  Delegate)
static

Apple GameCenter Leaderboard UI를 노출한다.

매개변수
DelegateAPI 호출 result listener.
Copyright © Com2uS Platform Corporation. All Right Reserved. 이용약관 개인정보 처리방침