How to control the "loading bar" appears while importing assets?

Hello,

I have to make some changes into the “Loading bar” which appears while importing any asset!

Does any one know how to do it or which part of source code (.cpp,.h file) controls this bar.

Thanks in advance.

Why do you need to change this?

Hello Everyone,

Finally found answer for this one. Progress bar can be controlled using FScopedSlowTask

The detailed explanation is here :UE4 - Making a progress bar in the editor - Isara Tech.

Thanks ISARATECH for this detailed explanation.