Custom Asset Filtering (GetAssetFilter)
As of UE 5.5, there is GetAssetFilter, this is great to enforce custom filtering of assets you can’t really do via the UPROPERTY line. One use case i saw recently is for a DataTable filters to allow child row types, which is not possible with the default meta. The GetAssetFilter will go through all UObjects … Custom Asset Filtering (GetAssetFilter)