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
| Property | Type | Description |
|---|---|---|
Section | FString | Section name without brackets |
Key | FString | Key name |
Value | FString | Value |