| AttributeDelimiter |
FString |
The character(s) between each attribute of the selection. By defaultand via resetthis will be a platform-specific line terminator. |
Data/DataView/PCGDataViewCSVConverter.h |
- EditAnywhere
- Category="CSV"
|
| bOmitDomain |
bool |
Omit the domain from the name of the attribute. |
Data/DataView/PCGDataViewCSVConverter.h |
- EditAnywhere
- Category="CSV"
|
| NameValueSeparator |
FString |
The separating character(s) between the name and the value. |
Data/DataView/PCGDataViewCSVConverter.h |
- EditAnywhere
- Category="CSV"
- Meta=(EditCondition="Output == EPCGDataViewCSVOutput::Both", EditConditionHides)
|
| Output |
EPCGDataViewCSVOutput |
The comma-separated format, i.e. 'name' or 'value' or 'name:value'. |
Data/DataView/PCGDataViewCSVConverter.h |
- EditAnywhere
- Category="CSV"
|
| ValueDelimiter |
FString |
The character(s) between each value. By default, as a CSV, this will be the ',' character. |
Data/DataView/PCGDataViewCSVConverter.h |
- EditAnywhere
- Category="CSV"
- Meta=(InlineEditConditionToggle, EditCondition="Output != EPCGDataViewCSVOutput::Name", EditConditionHides, MultiLine)
|