Hide, detach or completely destroy widgets?

So I’m learning UE and creating UI at the moment. My question on this topic is, what is more efficient for draw calls? I guess that more performant for gameplay is destroying and creating widgets as shown in the Pause Menu tutorial, because hidden UI elements may be expensive (consuming draw calls) if are not shown, hence lowering overall fps/ms while playing the game. Am I correct?