MCPcopy Create free account
hub / github.com/arnaud-jamin/Cog / AcknowledgeUnpossession

Method AcknowledgeUnpossession

Source/CogSample/CogSampleCharacter.cpp:206–213  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

204
205//--------------------------------------------------------------------------------------------------------------------------
206void 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//--------------------------------------------------------------------------------------------------------------------------
216void ACogSampleCharacter::InitializeAbilitySystem()

Callers 1

AcknowledgePossessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected