Switch to unreal 5.3 (Fix warning)

This commit is contained in:
Arnaud Jamin
2024-02-27 23:07:09 -05:00
parent 7543b49ef7
commit 14ca7e035e
15 changed files with 32 additions and 18 deletions
-7
View File
@@ -122,12 +122,6 @@ void ACogSampleCharacter::BeginPlay()
void ACogSampleCharacter::EndPlay(const EEndPlayReason::Type EndPlayReason)
{
Super::EndPlay(EndPlayReason);
}
//--------------------------------------------------------------------------------------------------------------------------
void ACogSampleCharacter::MarkComponentsAsPendingKill()
{
Super::MarkComponentsAsPendingKill();
UnregisterFromAbilitySystemEvents();
}
@@ -138,7 +132,6 @@ UAbilitySystemComponent* ACogSampleCharacter::GetAbilitySystemComponent() const
return AbilitySystem;
}
//--------------------------------------------------------------------------------------------------------------------------
void ACogSampleCharacter::PossessedBy(AController* NewController)
{