mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-16 01:12:23 -07:00
Switch to unreal 5.3 (Fix warning)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user