Is HUD obsolete?

Just wondering should I still use HUD class or is it better to avoid it? I always thought this class is useful for implementing client-only behavior so I continue using it even though I don’t use it to render UI anymore. Is it still a good idea to use HUD? If not then where should I implement client-only behavior?

No i don’t think so, the old HUD canvas system is still heavily used in debugging tools (mostly console commands tools) so until that get revamped AHUD will still fully usable, not to mention you can implement and make it display Slate/UMG in that class and use only use HUD management form that class, which is still useful if you want to use swappable HUD, aspecially if you use only Slate not UMG