Agrarsense
Public Attributes | List of all members
FCSVFileSettings Struct Reference

#include <CSVFile.h>

Public Attributes

ECSVDelimiter Delimiter = ECSVDelimiter::Comma
 
bool Append = false
 
bool CreateUnique = false
 
FCSVFileWriteOptions FileWriteOption = FCSVFileWriteOptions::Immediate
 
FString CustomPath
 

Detailed Description

Definition at line 31 of file CSVFile.h.

Member Data Documentation

◆ Append

bool FCSVFileSettings::Append = false

Definition at line 39 of file CSVFile.h.

Referenced by AInstancedRendererManager::ExportTreesAsCSV(), and UCSVFile::OpenStream().

◆ CreateUnique

bool FCSVFileSettings::CreateUnique = false

Definition at line 42 of file CSVFile.h.

Referenced by UCSVFile::Create(), and AInstancedRendererManager::ExportTreesAsCSV().

◆ CustomPath

FString FCSVFileSettings::CustomPath

Definition at line 48 of file CSVFile.h.

Referenced by UCSVFile::Create().

◆ Delimiter

ECSVDelimiter FCSVFileSettings::Delimiter = ECSVDelimiter::Comma

Definition at line 36 of file CSVFile.h.

Referenced by AInstancedRendererManager::ExportTreesAsCSV(), and UCSVFile::WriteRow().

◆ FileWriteOption

FCSVFileWriteOptions FCSVFileSettings::FileWriteOption = FCSVFileWriteOptions::Immediate

The documentation for this struct was generated from the following file: