So i'm looking over some IO managers I wrote a whi...
# ask-community
h
So i'm looking over some IO managers I wrote a while back, they all inherit from
UPathIOManager
, I note the example custom IOManagers (e.g. project fully featured) inherit from
ConfigurableIOManager
and I swear I saw another one inherit from
MemoizableIOManager
as well. am I cool to keep using
UPathIOManager
, am I missing something?