8#include "CoreMinimal.h"
9#include "UObject/NoExportTypes.h"
13#include "CSVFile.generated.h"
35 UPROPERTY(EditAnywhere, BlueprintReadWrite)
38 UPROPERTY(EditAnywhere, BlueprintReadWrite)
41 UPROPERTY(EditAnywhere, BlueprintReadWrite)
42 bool CreateUnique = false;
44 UPROPERTY(EditAnywhere, BlueprintReadWrite)
47 UPROPERTY(EditAnywhere, BlueprintReadWrite)
48 int32 QueueSize = 256;
50 UPROPERTY(EditAnywhere, BlueprintReadWrite)
72 void WriteRow(
const TArray<FString>& Cells);
80 void Create(
const FString& FileNameWithoutExtension,
const FCSVFileSettings& Settings);
84 void WriteRaw(
const FString& Line);
TArray< FString > PendingRows
FCSVFileSettings CurrentSettings