You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Added all necessary classes, translated node, factory node and factory, to import data to create a LevelSequence asset Added a method in UInterchangeGenericAnimationPipeline to create a UInterchangeAnimationTrackSetFactoryNode from a UInterchangeAnimationTrackSetNode Added a static method, BuildFactoryNodeUid, in UInterchangeFactoryBaseNode to enforce a unique pattern for unique id of factory nodes Modified all pipelines to use UInterchangeFactoryBaseNode::BuildFactoryNodeUid where appropriate. Reworked FTaskParsing::DoTask to keep tasks to create assets and actors in the same array. Required to create LevelSequence assets. #test All 30 Interchange tests passed with a pre-existing warning for SkinBasic about a missing texture. #jira UE-153385 #fyi emil.kirichev #rb benoit.deschenes, alexis.matte #preflight 62ac86fdb22c74e7f733e0e5 [CL 20703093 by JeanLuc Corenthin in ue5-main branch]