본문으로 건너뛰기

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!

img_1.png

Added != operator for FVoltAnimationTrack

I don't know why it does not have that one, but here we go.

img_2.png

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.