Paradies Project
Loading...
Searching...
No Matches
UGameTimerWidget Class Reference

인게임 남은 시간을 표시하는 위젯 (뷰 전담) More...

#include <GameTimerWidget.h>

Inheritance diagram for UGameTimerWidget:
Inheritance graph
Collaboration diagram for UGameTimerWidget:
Collaboration graph

Public Member Functions

void UpdateTime (int32 NewTime)
 시간을 업데이트하고 UI를 갱신합니다.

Protected Member Functions

virtual void NativeConstruct () override
virtual void NativeDestruct () override

Detailed Description

인게임 남은 시간을 표시하는 위젯 (뷰 전담)

외부에서 초(Seconds)를 받아 mm:ss 포맷으로 렌더링합니다.

Member Function Documentation

◆ UpdateTime()

void UGameTimerWidget::UpdateTime ( int32 NewTime)

시간을 업데이트하고 UI를 갱신합니다.

Parameters
CurrentTime남은 시간 (초)

The documentation for this class was generated from the following files:
  • Source/Paradise/Public/UI/Widgets/Ingame/GameTimerWidget.h
  • Source/Paradise/Private/UI/Widgets/Ingame/GameTimerWidget.cpp