Commit Graph

700 Commits

Author SHA1 Message Date
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
robert manuszewski
d3991fec9b Fixing potential compile errors ahead of enabling TObjectPtr GC barrier
#rb trivial

[CL 26868625 by robert manuszewski in ue5-main branch]
2023-08-05 06:09:54 -04:00
thomas sarkanen
dfdc431256 Fix anim graph node fast path icon not appearing for nodes that do not use blueprint logic
If a node has exposed pins, it will now show up as 'fast path' when all of its pins are constant (as well as when it is actually using the fast path). If a node has no pins exposed it still does not show up as 'fast path', by design to reduce visual clutter.

#jira UE-184014
#rb Jurre.deBaare

[CL 26740552 by thomas sarkanen in ue5-main branch]
2023-08-01 11:35:48 -04:00
thomas sarkanen
6f5c25c598 Fix crash dragging a Metahuman into a level
Move asset PostLoad call into the if() block that needs it when loading an anim graph node, as in this code path not all subobjects are loaded for the various assets that are referenced by the pose asset
This could still fail for very old assets, but at least unblocks this issue.

#jira UE-190467
#rb Nicholas.Frechette
[FYI] Jurre.deBaare

[CL 26700547 by thomas sarkanen in ue5-main branch]
2023-07-31 04:39:32 -04:00
jaime cifuentes
56ddf2c344 Fixed BlueprintEditor not getting refreshed after adding an animation layer node into an animation graph
#jira UE-173106
#rb thomas.sarkanen

[CL 26665746 by jaime cifuentes in ue5-main branch]
2023-07-28 03:21:03 -04:00
jaime cifuentes
e71560bdff Added compiler note and visual warnings to state machine transitions if the transition rule has logic but the flag for automatic rule based condition is set
#jira UE-170338
#rb jose.villarroel

[CL 26665714 by jaime cifuentes in ue5-main branch]
2023-07-28 03:19:20 -04:00