#include <FDT_TutorialTable.h>
|
| virtual void | OnPostDataImport (const UDataTable *InDataTable, const FName InRowName, TArray< FString > &OutCollectedImportProblems) override |
| |
◆ OnPostDataImport()
| virtual void FDT_TutorialTable::OnPostDataImport |
( |
const UDataTable * |
InDataTable, |
|
|
const FName |
InRowName, |
|
|
TArray< FString > & |
OutCollectedImportProblems |
|
) |
| |
|
inlineoverridevirtual |
15 {
16 Super::OnPostDataImport(InDataTable, InRowName, OutCollectedImportProblems);
17 Tutorial_ID = FCString::Atoi(*InRowName.ToString());
18 }
int32 Tutorial_ID
Definition FDT_TutorialTable.h:22
◆ ControlKey
| FText FDT_TutorialTable::ControlKey |
◆ Description
| FText FDT_TutorialTable::Description |
◆ Title
| FText FDT_TutorialTable::Title |
◆ Tutorial_ID
| int32 FDT_TutorialTable::Tutorial_ID = 0 |
◆ VideoPath
| FText FDT_TutorialTable::VideoPath |
이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: