Commit Graph

7 Commits

Author SHA1 Message Date
Matt Peters
7ad238a806 AssetRegistry includes (Engine/Source): change #include "AssetData.h" -> #include "AssetRegistry/AssetData.h", and similar for the other moved AssetRegistry headers.
#rb Zousar.Shaker
#rnx
#preflight 6270509a220f89f0ad573030

[CL 20016982 by Matt Peters in ue5-main branch]
2022-05-02 18:06:48 -04:00
leon huang
0193ffe8d3 Fix for CIS warnings for localization duplicate keys. Fixes simply involve changing one of the colliding localization keys.
#rnx
	#rb: Vincent.Gauthier
	#jira: UE-143620
	#preflight: 6222489d2f7d78332e121416
	#lockdown Mitchell.Wilson

#ROBOMERGE-AUTHOR: leon.huang
#ROBOMERGE-SOURCE: CL 19272838 in //UE5/Release-5.0/... via CL 19273134
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v924-19243027)

[CL 19275063 by leon huang in ue5-main branch]
2022-03-04 16:10:23 -05:00
timothy daoust
c4807d1aba Show mirror node in animation blueprint if no compatible mirror data tables exist
#jira UE-121511
#rb jurre.debarre
#preflight 6127bd80c068e50001c1d7ce

[CL 17323478 by timothy daoust in ue5-main branch]
2021-08-26 14:41:47 -04:00
Thomas Sarkanen
639e989101 Fix asset player names and 'empty' players not appearing in context menus correctly
Also fix asset references persisting when applying a property access binding

#jira UE-116509 - Unable to create empty Blend Space Graphs in the Anim Graph
#rb Jurre.deBaare

[CL 16657336 by Thomas Sarkanen in ue5-main branch]
2021-06-14 08:21:54 -04:00
timothy daoust
3b0a5acd3a Fix a mirror node compilation error encountered with the mirror data table is not yet loaded
#jira UE-114952

#rb thomas.sarkanen

[CL 16247196 by timothy daoust in ue5-main branch]
2021-05-10 07:31:57 -04:00
timothy daoust
380a6e3e51 Warn if MirrorDataTable used in a MirrorNode is not compatible with the current skeleton
#jira UE-114427

#rb thomas.sarkanen

[CL 16170635 by timothy daoust in ue5-main branch]
2021-04-30 13:45:03 -04:00
timothy daoust
1d2811e0c0 New Animation Mirroring System:
+ UMirrorDataTable stores the bones / notifies / curves to mirror
	* Generates table based on FMirrorFindReplaceExpression in project settings
	* Can be used in any Animation Blueprint with a compatible skeleton
	* Support for self mirroring
	* Shared mirror axis
+ Project Settings for Mirroring Find & Replace Strings
+ FMirrorFindReplaceExpression
	* Find the mirrored name based on a prefix, suffix, or regular expression match
+ FAnimNode_Mirror
	* Inertialization support for blending between mirroring / unmirrored states over a configurable duration
	* Support for different MirrorDataTables (to support partial / full body mirroring)
+ Deprecated old mirroring system (FBoneMirrorExport) in SkeletalMesh

#rb Thomas.Sarkanen

[CL 15580895 by timothy daoust in ue5-main branch]
2021-03-03 08:23:59 -04:00