ObjectPtrDecay

Whenever const access to the underlying storage of a TObjectPtr<...> (or a container of them) is needed, use Decay, eg: TMap<int, TArray<TObjectPtr<UObject>>> MyContainer;