Skip to main content

EFMData

CSV and INI data parsing library with Blueprint-friendly types.

Shared Types

FEFMIniEntry

One Section/Key/Value triple, used by WriteIniEntries to write a fully-structured INI file in one call.

C++

USTRUCT(BlueprintType)
struct FEFMIniEntry
PropertyTypeDescription
SectionFStringSection name without brackets
KeyFStringKey name
ValueFStringValue