-------------------------------------------------------------------------------------------------------------------------- FCogSampleSpawnPredictionKey --------------------------------------------------------------------------------------------------------------------------
| 19 | // FCogSampleSpawnPredictionKey |
| 20 | //-------------------------------------------------------------------------------------------------------------------------- |
| 21 | FString 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 | //-------------------------------------------------------------------------------------------------------------------------- |
| 27 | bool FCogSampleSpawnPredictionKey::operator==(const FCogSampleSpawnPredictionKey& other) const |
no outgoing calls