ALSV4_CPP Migration ALSV4.3 to ALSV4.4 - TwitchBlade/ALS-Wiki GitHub Wiki
I had ALSV4.3 and now there is ALSV4.4. Let's check the changes.
Here is the list of the files changed and what has been changed.
ALSV4_CPP/ALSV4_CPP.uplugin : version number ALSV4_CPP/Content/AdvancedLocomotionV4/Blueprints/UI/ALS_HUD.uasset : changed version number ALSV4_CPP/Content/AdvancedLocomotionV4/CharacterAssets/MannequinSkeleton/ALS_AnimBP.uasset : CharacterInformation rework Content/AdvancedLocomotionV4/Data/Curves/CharacterMovementCurves/NormalMovement.uasset : updated curves. Content/AdvancedLocomotionV4/Data/Curves/CharacterMovementCurves/ResponsiveMovement.uasset : updated curves. Content/AdvancedLocomotionV4/Data/Curves/CharacterMovementCurves/SluggishMovement.uasset : updated curves. ALSV4_CPP/Content/AdvancedLocomotionV4/Levels/ALS_DemoLevel.umap : updated to 4.4 ALSV4_CPP/Source/ALSV4_CPP/Private/Character/ALSBaseCharacter.cpp : various fixes ALSV4_CPP/Source/ALSV4_CPP/Private/Character/ALSCharacterMovementComponent.cpp : improved documentation ALSV4_CPP/Source/ALSV4_CPP/Private/Character/Animation/ALSCharacterAnimInstance.cpp : removed CharacterInformation.xxx , AimingValues.xxx, Additional checks on SetFootLocking(), made DynamicTransitionThreshold configurable, UpdateMovementValues() changes ALSV4_CPP/Source/ALSV4_CPP/Public/Character/ALSCharacterMovementComponent.h : improved documentation ALSV4_CPP/Source/ALSV4_CPP/Public/Character/Animation/ALSCharacterAnimInstance.h : quite a number of properties exposed to BP ALSV4_CPP/Source/ALSV4_CPP/Public/Library/ALSAnimationStructLibrary.h : quite a number of properties exposed to BP