In continued attempts to create out-of-building unit production, I've almost got everything working.
The only thing missing is that my dummy unit model under construction is at the wrong angle. Using the actual unit model (Unit type actor) does work and give the right angle, but gives a second health/progress bar on the build. To prevent this I created a standin actor (Model type) using the same model. For some reason, it faces the wrong way (see pictures).
In continued attempts to create out-of-building unit production, I've almost got everything working.
The only thing missing is that my dummy unit model under construction is at the wrong angle. Using the actual unit model (Unit type actor) does work and give the right angle, but gives a second health/progress bar on the build. To prevent this I created a standin actor (Model type) using the same model. For some reason, it faces the wrong way (see pictures).
Pictures:
Construction with actual unit actor
Construction with dummy actor
If there's no way to fix this, it isn't a huge issue, but if anyone has any input, it would be greatly appreciated.
P.s. I tried the actor "SetRotation" thing, but it doesn't seem to hold a value, or indeed do anything...