Skip to content

Sources of Truth

Lite Pro

J2 Tags separates tag usage from tag definitions. A tag can be present on an Actor, Component, or Asset even when no definition exists for it.

SourceEditionOwnsStored in
Quick TagsLite / ProSmall Actor and Component tag definitionsEditor settings
TagSet TagsProStructured project tag definitionsJ2 Tag Set Data Assets
Undefined TagsLite / ProNo definition; usage onlyActor, Component, or Asset usage
UsageEditionStored in
Actor TagsLite / ProAActor::Tags
Component TagsLite / ProUActorComponent::ComponentTags
Asset TagsProAsset metadata / Asset Registry values

Use Quick Tags when the tag list is small and local to editor workflows. Use TagSet Tags when a tag must be shared, validated, renamed safely, tracked, used for assets, or connected to behaviors.

Undefined Tags are not automatically invalid. They mean the usage has no registered source of truth yet.

DecisionUse when
Leave undefinedThe tag is temporary or intentionally local.
Convert to Quick TagIt is a simple Actor or Component tag.
Convert to TagSet TagIt needs Pro structure, Asset scope, redirects, diagnostics, usage tracking, or behaviors.
Remove itIt is old, accidental, or no longer meaningful.