Commit Graph

705 Commits

Author SHA1 Message Date
thomas sarkanen
c6b6d713b9 Fix function renames not applying to property access nodes and compilation crashes post-rename
Implement function BP rename handling on a per-node basis, similar to existing variable rename handing
Move to using FBlueprintEditorUtils::GetMostUpToDateClass for property access in-editor. This ensures that any local renames are picked up prior to recompilation.

#jira UE-204823
#rb jaime.cifuentes, Phillip.Kavan

#changelist validated
#virtualized

[CL 31251596 by thomas sarkanen in ue5-main branch]
2024-02-07 05:08:42 -05:00
danny chapman
7657611203 Improve help text for BlendSpace evaluator, which doesn't behave well in all situations.
#jira UE-181668

[CL 31210092 by danny chapman in ue5-main branch]
2024-02-06 06:48:14 -05:00
thomas sarkanen
d734af01da Fix pasted 'anim getter' nodes introducing hidden references to their source anim BP
#jira UE-201953
#rb jaime.cifuentes

[CL 31009983 by thomas sarkanen in ue5-main branch]
2024-01-30 12:02:49 -05:00
thomas sarkanen
29a8abf968 Fix anim BP node orphan pins not getting removed on disconnection
#jira UE-203384
#rb jaime.cifuentes

[CL 30969875 by thomas sarkanen in ue5-main branch]
2024-01-29 10:49:28 -05:00
thomas sarkanen
4b3b8228fa Fix unfixable warnings when variables referenced in in anim graph node pin bindings are removed
Also fix copy-pasted code in AnimNext
Also fix crash when compiling a template anim BP without a preview instance (found while attempting repro)

#jira UE-192978
#rb jaime.cifuentes

[CL 30969455 by thomas sarkanen in ue5-main branch]
2024-01-29 10:38:51 -05:00
keith yerex
73f85b499a Anim Node Reference Tag support for nodes inside BlendStack subgraphs
#rb samuele.rigamonti, Thomas.Sarkanen

[CL 30785562 by keith yerex in ue5-main branch]
2024-01-22 16:30:31 -05:00
steve robb
6d5b974842 Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
[CL 30735396 by steve robb in ue5-main branch]
2024-01-19 19:41:56 -05:00
thomas sarkanen
d2f9bb8797 Fixed new anim state machine transition nodes not appearing when the graph is far from the origin
Nodes were initially placed at the origin and would not be considered visible (for auto-rearranging between their states) until the origin was in view

#jira UE-201947
#rb jaime.cifuentes

[CL 30534302 by thomas sarkanen in ue5-main branch]
2024-01-10 09:10:14 -05:00
jaime cifuentes
1fb7f61aa1 Animation layers now will start on a shared group by default, making them share instance at runtime
#rb Thomas.Sarkanen
#jira UE-172741

[CL 30258485 by jaime cifuentes in ue5-main branch]
2023-12-12 03:41:26 -05:00
jurre debaare
cd72b7a65d Ensure that we go to Super::GetPinBindingInfo if UAnimGraphNode_CustomProperty::GetPinBindingInfo cannot resolve the binding
[FYI] Helge.Mathee
#rb Thomas.Sarkanen

[CL 29018048 by jurre debaare in ue5-main branch]
2023-10-23 11:15:05 -04:00
jose villarroel
64eb81e42f Changed display name of AnimNode_TwoWayBlend from "Blend" to "Two Way Blend"
#rb Thomas.Sarkanen

[CL 28924260 by jose villarroel in ue5-main branch]
2023-10-19 13:11:04 -04:00
samuele rigamonti
bc218ae542 motion matching - reintroducing AnimPoseSearchProvider previously nuked with CL 23157119, and related FPoseSearchProviderModule implemented with the current PoseSearch plugin
[REVIEW] [at]jose.villarroel, [at]keith.yerex, [at]aaron.cox, [at]roland.munguia

[CL 28194780 by samuele rigamonti in ue5-main branch]
2023-09-25 13:48:38 -04:00
euan carmichael
bf91d64edf Only process a sequence once when adding multiple keys
# jira UE-193618
#rb jurre.debaare

[CL 27856328 by euan carmichael in ue5-main branch]
2023-09-13 18:26:02 -04:00
steve robb
51f3ea53ae Removed ChooseClass.h includes.
#rb trivial

[CL 27823723 by steve robb in ue5-main branch]
2023-09-13 05:43:01 -04:00
jurre debaare
08585f35af Need the ability to give a sequence evaluator a frame instead of time.
#feature sequence evaluator node now exposes ExplicitFrame option, which internally combined with the set AnimSequence is used to generate a time-value (on which the behaviour is based)
#rb Thomas.Sarkanen

[CL 27627946 by jurre debaare in ue5-main branch]
2023-09-06 04:14:59 -04:00
charles lefebvre
7a5907dc85 Do not use Cast as a const_cast
#rnx

[CL 27611228 by charles lefebvre in ue5-main branch]
2023-09-05 16:44:52 -04:00
dan oconnor
bf3e562558 Add missing RestoreSplitPin calls
#jira UE-194262
#rb Dave.Jones2

[CL 27491415 by dan oconnor in ue5-main branch]
2023-08-30 14:04:49 -04:00
dan oconnor
17d0975d77 Handle preloading of animation assets that discover they have more dependencies after being loaded
#rb Ben.Hoffman
#jira

[CL 27388178 by dan oconnor in ue5-main branch]
2023-08-25 15:24:34 -04:00
charles lefebvre
061b009699 Kismet Compiler: Deprecate SpawnIntermediateEventNode
#rnx
#rb dan.oconnor

[CL 27365052 by charles lefebvre in ue5-main branch]
2023-08-24 20:56:35 -04:00
jose villarroel
710ad21f92 [Backout] - CL27251115
[FYI] jose.villarroel
Original CL Desc
-----------------------------------------------------------------
Added Anim Blueprint Editor preference to disable showing assets in the context menu of anim graph. This results in a significantly faster context menu in large projects.
[REVIEW] [at]Aaron.Cox, [at]Thomas.Sarkanen

[CL 27252044 by jose villarroel in ue5-main branch]
2023-08-21 16:14:50 -04:00
jose villarroel
f4140cfc15 [Backout] - CL27251725
[FYI] jose.villarroel
Original CL Desc
-----------------------------------------------------------------
Fix for circular dependency in Anim Graph
#rb trivial
#rnx

[CL 27252016 by jose villarroel in ue5-main branch]
2023-08-21 16:14:07 -04:00
jose villarroel
c08fefcf0b Fix for circular dependency in Anim Graph
#rb trivial
#rnx

[CL 27251734 by jose villarroel in ue5-main branch]
2023-08-21 16:06:05 -04:00
jose villarroel
a633cc5d56 Added Anim Blueprint Editor preference to disable showing assets in the context menu of anim graph. This results in a significantly faster context menu in large projects.
[REVIEW] [at]Aaron.Cox, [at]Thomas.Sarkanen

[CL 27251149 by jose villarroel in ue5-main branch]
2023-08-21 15:51:13 -04:00
thomas sarkanen
730f6b7891 Fixed being unable to select external BPs in linked anim layer nodes
Switched custom parsing to use FEditorClassUtils::GetImplementedInterfaceClassPathsFromAsset

#jira UE-192562

[CL 27072096 by thomas sarkanen in ue5-main branch]
2023-08-14 11:44:09 -04:00
johan torp
10095e98d9 Drive-by cook determinism fix
#rb none

[CL 26919206 by johan torp in ue5-main branch]
2023-08-08 12:00:19 -04:00