AbilityBookAssets

TArray<TSoftObjectPtr<UWCGASAbilityBook>>

What it is:

Array of Ability Book data assets that are loaded at game start and form the global Ability Library.

Systems that access it:

Why it matters:

This is the source-of-truth list of ability books that the Ability Library subsystem knows about. Only books referenced here are:

If a book is not in AbilityBookAssets, its pages and abilities are effectively invisible to the library and to any tag-based queries.

If left empty: