7#include "Components/TextBlock.h"
11 Super::NativeConstruct();
28 FString ScoreText = FString::Printf(TEXT(
"Daily Best: %d"), BestScore);
31 PRINTLOG(TEXT(
"[DailyKioskWidget] User %d - Best Score: %d"), UserId, BestScore);
35 PRINTLOG(TEXT(
"[DailyKioskWidget] ERROR: Txt_BestScore is null!"));
YiSan 전반에서 사용하는 공용 인터페이스를 선언합니다.
#define PRINTLOG(fmt,...)
static int32 GetUserInt(int32 UserId, const FString &Key, int32 DefaultValue=0)
유저별 정수 설정 읽기
static int32 GetUserId(const UObject *WorldContextObject)