|
KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
|
#include <FDailyStudyResult.h>
FDailyStudyResult에 대한 협력 다이어그램:Public 속성 | |
| TArray< FResponseSpeakingJudes > | AnswerList |
| 답변 리스트 | |
| int32 | CurrentScore = 0 |
| 현재 점수 | |
| TArray< FWordData > | QuestionList |
| 질문 단어 데이터 리스트 (한글/영어/발음) | |
FDailyStudyResult.h 파일의 10 번째 라인에서 정의되었습니다.
| TArray<FResponseSpeakingJudes> FDailyStudyResult::AnswerList |
답변 리스트
FDailyStudyResult.h 파일의 24 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : UPopup_DailyResult::InitQuestionList(), UPopup_DailyStudy::MoveToNextQuestion().
| int32 FDailyStudyResult::CurrentScore = 0 |
현재 점수
FDailyStudyResult.h 파일의 16 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : UPopup_DailyStudy::MoveToNextQuestion(), UPopup_DailyResult::OnClickConfirm().
| TArray<FWordData> FDailyStudyResult::QuestionList |
질문 단어 데이터 리스트 (한글/영어/발음)
FDailyStudyResult.h 파일의 20 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : UPopup_DailyResult::InitQuestionList(), UPopup_DailyStudy::MoveToNextQuestion().