6 Commits

Author SHA1 Message Date
daniel holden
bfe3e5f053 RewindDebugger: Added ability to click on AnimNodes in the rewind debugger and get shown them in the Animation Blueprint. Made inertialization record the node and AnimInstance that made the inertialization request and made these clickable in rewind debugger. Made it so that the inertialization track will not show unless you have inertialization nodes used in your graph. Some small refactoring of the rewind debugger display of AnimNodeValues to reduce the code duplication a bit.
#rb keith.yerek

[CL 26100415 by daniel holden in 5.3 branch]
2023-06-19 15:16:48 -04:00
roland munguia
93720bd718 Fixes for automatic transitions rules and added the feature to manually set their trigger time.
- Added support for explicitly specifying the transitions trigger time when using state machine automatic transition rules.
- Fixed state machine automatic transitions rules not triggering from a looping animation.
- Fixed state machine automatic transitions rules that have their next state as a conduit state triggering before reaching the end of the animation.
- Consolidate all the ways to check if asset in asset player is looping into a single api call, IsLooping().
- Added getter for a AssetPlayer's DeltaTimeRecord.
- Added warning when a asset player is using looping animations with automatic rule based transitions.

#jira UE-171299, UE-180844, UE-185174

[CL 25877647 by roland munguia in ue5-main branch]
2023-06-08 14:19:19 -04:00
daniel holden
c0320979ff Added inertialization track to rewind debugger. Made it so that inertialization requests track the origin of the request for debugging purposes.
#rb keith.yerek
#jira UE-185306

[CL 25794669 by daniel holden in ue5-main branch]
2023-06-05 12:21:53 -04:00
bryan sefcik
4b8a83790a Updated to use UE_INLINE_GENERATED_CPP_BY_NAME.
#jira
#preflight 637c388f170bc34a93587526

[CL 23244381 by bryan sefcik in ue5-main branch]
2022-11-22 20:17:33 -05:00
jaime cifuentes
99b19110a6 [UDN Addition] Add the ability to force blend spaces to snap to input
Contributed by Wayne Huang

#rb thomas.sarkanen
#jira UE-160397
#preflight 63345ede393eb7f1da69cf14

[CL 22224050 by jaime cifuentes in ue5-main branch]
2022-09-28 11:48:26 -04:00
lucas dower
167b77e995 PR #9253: Added blendspace player library to support editing blendspace players (Contributed by bestofact)
#jira UE-155699
#rb thomas.sarkanen
#preflight 63187e66b069eea9ab2f06e0

[CL 21847671 by lucas dower in ue5-main branch]
2022-09-07 07:46:07 -04:00