23 virtual void OnPostDataImport(
const UDataTable* InDataTable,
const FName InRowName, TArray<FString>& OutCollectedImportProblems)
override
25 Super::OnPostDataImport(InDataTable, InRowName, OutCollectedImportProblems);
26 Constellation_ID = InRowName;
30 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Constellation")
31 FName Constellation_ID = NAME_None;
34 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Constellation")
38 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Constellation")
42 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Constellation")
46 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Constellation")
47 FString Reaction_Tags = "";
50 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Constellation")
51 FText Default_Reactions;
54 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Constellation")
55 FText Tagged_Reactions;
57 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Constellation")
58 TSoftObjectPtr<UTexture2D> Icon_Path;
62 UPROPERTY(Transient, BlueprintReadOnly, Category = "Constellation")
virtual void OnPostDataImport(const UDataTable *InDataTable, const FName InRowName, TArray< FString > &OutCollectedImportProblems) override
Definition DT_ConstellationTable.h:23