14 virtual void OnPostDataImport(
const UDataTable* InDataTable,
const FName InRowName, TArray<FString>& OutCollectedImportProblems)
override
16 Super::OnPostDataImport(InDataTable, InRowName, OutCollectedImportProblems);
17 Tutorial_ID = FCString::Atoi(*InRowName.ToString());
21 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Tutorial")
22 int32 Tutorial_ID = 0;
24 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Tutorial")
27 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Tutorial")
30 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Tutorial")
33 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Tutorial")
virtual void OnPostDataImport(const UDataTable *InDataTable, const FName InRowName, TArray< FString > &OutCollectedImportProblems) override
Definition FDT_TutorialTable.h:14