MCPcopy Create free account
hub / github.com/Voidware-Prohibited/ALSXT / EndPlay

Method EndPlay

Source/ALSXT/Private/AlsxtCharacter.cpp:876–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876void AAlsxtCharacter::EndPlay(const EEndPlayReason::Type EndPlayReason)
877{
878 UGameFrameworkComponentManager::RemoveGameFrameworkComponentReceiver(this);
879
880 Super::EndPlay(EndPlayReason);
881}
882
883
884UAbilitySystemComponent* AAlsxtCharacter::GetAbilitySystemComponent() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected