Hello, everyone !
I am using Datasmith Runtime import in my application and before charging my level for the user, I am doing pre-treatment of the Datasmith data. The problem is : I don’t know how to wait before executing pre-treatment. Right now, pre-treatment is done before the end of import so it’s not working.
Is anyone have an idea ? I am working in blueprint but if I have to work in C++ it’s not a problem.
Thank you in advance !
One way to do it is to check if the Datasmith Destination is receiving or building.
There is no event yet.
Here the “Anchor” is your datasmith destination variable. And the event is called on tick to monitor its change of status.
E.g.