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

Method ToString

Source/CogSample/CogSampleSpawnPredictionComponent.cpp:21–24  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------------------------------------------- FCogSampleSpawnPredictionKey --------------------------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

19// FCogSampleSpawnPredictionKey
20//--------------------------------------------------------------------------------------------------------------------------
21FString FCogSampleSpawnPredictionKey::ToString() const
22{
23 return FString::Printf(TEXT("[Creator=%s Ability=%s PredictionKey=%s Index=%d]"), *Creator.ToString(), *Ability.ToString(), *PredictionKey.ToString(), InstanceIndex);
24}
25
26//--------------------------------------------------------------------------------------------------------------------------
27bool FCogSampleSpawnPredictionKey::operator==(const FCogSampleSpawnPredictionKey& other) const

Callers 15

OnMontageBlendingOutMethod · 0.80
OnMontageEndedMethod · 0.80
OnGameplayEventMethod · 0.80
TryHitMethod · 0.80
StopSimulatingMethod · 0.80
Server_HitMethod · 0.80
PreActivateMethod · 0.80
RenderContentMethod · 0.80
RenderContentMethod · 0.80
DrawSenseTooltipMethod · 0.80

Calls

no outgoing calls

Tested by 3

RenderContentMethod · 0.64
GetPropertyNameMethod · 0.64
RenderPropertyMethod · 0.64