Skip to content

DataTable: support UE DataTable: ue-csv and ue-json #31

@wenchy

Description

@wenchy

References

Design

Extend Mode in proto/tableau/protobuf/tableau.proto:

// Sheet mode.
enum Mode {
  ...
  // UE DataTable references:
  //  - https://dev.epicgames.com/documentation/en-us/unreal-engine/data-driven-gameplay-elements-in-unreal-engine
  //  - https://dev.epicgames.com/documentation/en-us/unreal-engine/BlueprintAPI/EditorScripting/DataTable
  MODE_UE_CSV = 10;   // TODO: CSV format of UE DataTable.
  MODE_UE_JSON = 11;  // TODO: JSON format of UE DataTable.
}

For example, metasheet @TABLEAU in workbook:

Sheet Mode
Skill MODE_UE_CSV
Buff MODE_UE_JSON

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions