I’m currently working on a editor utility widget to bulk import fbx’s from a data table. That part is working all fine, however I’m wanting to put a text display on the widget that just gives visual feedback of how much importing is left. Currently I have a function that does update this but it will only fire once all FBX’s have been imported regardless of having a sequence node.
This is what is happening where the text field won’t show up until the very end of the process. I do have it set to hidden by default but set it’s visibility within the Update Import Feedback function. My desired effect is to have the text be visibile and reflective of what’s being imported prior to the input task beginning.