You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Animation Retargeting offline solution using rig
- Rig asset/Customization - Retargeting Manager - Support retargeting using the data [CL 2295182 by Lina Halper in Main branch]
This commit is contained in:
@@ -62,6 +62,7 @@ FAssetTools::FAssetTools()
|
||||
RegisterAssetTypeActions( MakeShareable(new FAssetTypeActions_PhysicsAsset) );
|
||||
RegisterAssetTypeActions( MakeShareable(new FAssetTypeActions_Redirector) );
|
||||
RegisterAssetTypeActions( MakeShareable(new FAssetTypeActions_ReverbEffect) );
|
||||
RegisterAssetTypeActions( MakeShareable(new FAssetTypeActions_Rig) );
|
||||
RegisterAssetTypeActions( MakeShareable(new FAssetTypeActions_SkeletalMesh) );
|
||||
RegisterAssetTypeActions( MakeShareable(new FAssetTypeActions_Skeleton) );
|
||||
RegisterAssetTypeActions( MakeShareable(new FAssetTypeActions_SlateBrush) );
|
||||
|
||||
Reference in New Issue
Block a user