[Open Beta] Procedural On-the-Fly Animation in UE4: iTween!

,

I just tried to compile my app for iOS since adding itween and I get a compilation error =(

iOS is my main platform so I can’t really use itween if it can’t work on there…

Any tips?

–EDIT
Looking into this…SetActorLabel is only available in the editor, not packaged builds…so this call should probably be wrapped insomething but I’m not sure if that would break anything so I’ll wait to see what you say first.
Also, it appears iOS’s compiler doesn’t like having the decrements assignment inside a computation sequence like that.