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

Method GetAllegianceWithOtherActor

Source/CogSample/CogSampleCharacter.cpp:556–560  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

554
555//--------------------------------------------------------------------------------------------------------------------------
556ECogCommonAllegiance ACogSampleCharacter::GetAllegianceWithOtherActor(const AActor* OtherActor) const
557{
558 const ECogCommonAllegiance Allegiance = static_cast<ECogCommonAllegiance>(UCogSampleFunctionLibrary_Team::GetActorsAllegiance(this, OtherActor));
559 return Allegiance;
560}
561
562//--------------------------------------------------------------------------------------------------------------------------
563void ACogSampleCharacter::HandleDamageReceived(const FCogSampleDamageEventParams& Params)

Callers 1

RequestCheatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected