Agrarsense
Classes | Enumerations
CSVFile.h File Reference
#include "CoreMinimal.h"
#include "UObject/NoExportTypes.h"
#include <fstream>
#include "CSVFile.generated.h"
Include dependency graph for CSVFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FCSVFileSettings
 
class  UCSVFile
 

Enumerations

enum class  ECSVDelimiter : uint8 { Comma , Semicolon , Tab }
 
enum class  FCSVFileWriteOptions : uint8 { Immediate = 0 UMETA(DisplayName = "Immediate") , Queue = 1 UMETA(DisplayName = "Queue") }
 

Enumeration Type Documentation

◆ ECSVDelimiter

enum class ECSVDelimiter : uint8
strong
Enumerator
Comma 
Semicolon 
Tab 

Definition at line 16 of file CSVFile.h.

◆ FCSVFileWriteOptions

enum class FCSVFileWriteOptions : uint8
strong
Enumerator
Immediate 
Queue 

Definition at line 24 of file CSVFile.h.

25{
26 Immediate = 0 UMETA(DisplayName = "Immediate"),
27 Queue = 1 UMETA(DisplayName = "Queue")
28};