Comment on Speeding up Unreal Editor launch by not spawning unused tooltipsparentComments−socalgal21yYou can add some TransitionManager that uses a bool prop whether or not to render its children and when the prop goes from true to false, keeps rendering its children for some amount of time.
Comments
You can add some TransitionManager that uses a bool prop whether or not to render its children and when the prop goes from true to false, keeps rendering its children for some amount of time.