Volt 1.3
Very small changes!
Added
Added Non-dynamic delegates To the UVoltAnimationManager
To be honest, I didn't know that dynamic delegates don't allow users to attach events from SP or lambda, etc, but only UObject and UFUNCTION based callbacks.
So I added the equivalent events for those!
Added != operator for FVoltAnimationTrack
I don't know why it does not have that one, but here we go.
For better usages!
Fixed
An issue that animation constantly checking the module's activity when the module finished its own playback has been fixed.
An issue that UVolt_ASM_Simultaneous
's action is not being executed correctly.
An issue that the system causes engine crash when there were no valid OwnerSlate on the animation manager.