Hi,
I have a problem with some of my macros, that nearly drive my crazy. When running them, UE sometimes (but not always!) crashed.
I thought the problem could be fixed with the actual UE-Version, but now these problem-macros make UE crashing always.
But I think I found the reason: In these macros a file is loaded at the beginning (with "Open") and manipulated by the macro. When loading the file manually by myself and run the rest of the macro (without the "Open"-line) there's no problem at all.
So the reason is probably, that the file isn't fully loaded into UE while the macro is already going to do the next commands onto it.
Is there a possibility to make the macro wait until the file is fully loaded before continuing or is there a "wait"-command in macro language?
I have a problem with some of my macros, that nearly drive my crazy. When running them, UE sometimes (but not always!) crashed.
I thought the problem could be fixed with the actual UE-Version, but now these problem-macros make UE crashing always.
But I think I found the reason: In these macros a file is loaded at the beginning (with "Open") and manipulated by the macro. When loading the file manually by myself and run the rest of the macro (without the "Open"-line) there's no problem at all.
So the reason is probably, that the file isn't fully loaded into UE while the macro is already going to do the next commands onto it.
Is there a possibility to make the macro wait until the file is fully loaded before continuing or is there a "wait"-command in macro language?