Interface: GameplayTagTableRow
Defined in: types.ts:21
A single dictionary row. Field casing mirrors Unreal's FGameplayTagTableRow serialization so JSON/CSV/INI data moves between this package and Unreal projects without renaming.
Extended by
Properties
DevComment?
ts
optional DevComment?: string;Defined in: types.ts:23
Tag
ts
Tag: string;Defined in: types.ts:22