Skip to content

Interface: RestrictedGameplayTagTableRow

Defined in: types.ts:26

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.

Extends

Properties

bAllowNonRestrictedChildren?

ts
optional bAllowNonRestrictedChildren?: boolean;

Defined in: types.ts:27


DevComment?

ts
optional DevComment?: string;

Defined in: types.ts:23

Inherited from

GameplayTagTableRow.DevComment


Tag

ts
Tag: string;

Defined in: types.ts:22

Inherited from

GameplayTagTableRow.Tag