UE4 – Making a progress bar in the editor
isaratech2019-04-01T08:49:13+02:00When we make an editor plugin, we may have slow tasks. And if we don't want to freeze the editor window without any notification, we need to add a progress [...]
When we make an editor plugin, we may have slow tasks. And if we don't want to freeze the editor window without any notification, we need to add a progress [...]
Let's say we're developing a game for mobile and we want to use one of the device functionalities, like reading the data from the light sensor, get the data from [...]