--------------------------------------------------------------------------------------------------------------------------
| 204 | |
| 205 | //-------------------------------------------------------------------------------------------------------------------------- |
| 206 | void ACogSampleCharacter::AcknowledgeUnpossession() |
| 207 | { |
| 208 | COG_LOG_OBJECT(LogCogPossession, ELogVerbosity::Verbose, this, TEXT("OldController:%s"), *GetNameSafe(Controller)); |
| 209 | |
| 210 | Controller = nullptr; |
| 211 | |
| 212 | AbilitySystem->InitAbilityActorInfo(this, this); |
| 213 | } |
| 214 | |
| 215 | //-------------------------------------------------------------------------------------------------------------------------- |
| 216 | void ACogSampleCharacter::InitializeAbilitySystem() |
no outgoing calls
no test coverage detected