Skip to content

Upgrade to 5.5#47

Open
BibbitM wants to merge 17 commits intotranek:5.3from
BibbitM:5.5
Open

Upgrade to 5.5#47
BibbitM wants to merge 17 commits intotranek:5.3from
BibbitM:5.5

Conversation

@BibbitM
Copy link
Copy Markdown

@BibbitM BibbitM commented Nov 12, 2024

The PR also contains additional fixes:

BibbitM and others added 16 commits October 30, 2024 20:46
The engine generates the file during the build.
'Solution personal' layer with overrides to team-shared settings
should not be added to VCS.
Fixed errors:
```
Error C2039 : 'AnimMontage': is not a member of 'FGameplayAbilityRepAnimMontage'
```
Fixed warnings:
```
Warning C4996 : 'EGameplayAbilityInstancingPolicy::NonInstanced': Use InstancedPerActor as the default to avoid confusing corner cases
```
Fixed warnings:
```
Warning C4996 : 'UGameplayAbility::AbilityTags': Use GetAssetTags(). This is being made non-mutable, private and renamed to AssetTags in the future. Use SetAssetTags to set defaults (in constructor only).
```
Fixed warnings:
```
Warning C4996 : 'UGameplayAbility::GetAbilitySystemComponentFromActorInfo_Checked': Use GetAbilitySystemComponentFromActorInfo_Ensured
```
Fixed warnings:
```
Warning C4996 : 'AActor::NetUpdateFrequency': Public access to NetUpdateFrequency has been deprecated. Use SetNetUpdateFrequency() and GetNetUpdateFrequency() instead.
```
Fixed warnings:
```
Warning C4996 : 'FPlayInEditorID::operator int32': This will be removed.
```
Get activation prediction key from ability instances.
Added friend declaration because `GetActivationPredictionKey` is protected.

Fixed warning:
```
Warning C4996 : 'FGameplayAbilitySpec::ActivationInfo': ActivationInfo on the Spec only applies to NonInstanced abilities (which are now deprecated; instanced abilities have their own per-instance CurrentActivationInfo)
```
The editor regenerated the .ini after the first run.
Compiled with with -NoUnity -NoPCH
Sets owner before UI_FloatingStatusBar_Hero blueprint construction event is hit and prevents failure due to missing owning character.
The UE editor updated the project file after the first run with 5.5.0
@jasperdrescher
Copy link
Copy Markdown

You might want to update the UE version in the README too. I hope this pull request can be approved as GAS is becoming more popular.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants