Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/FPredictionKey
Description
The key to understanding this function is that when a key is received by the server, we note which connection gave it to us. We only serialize the key back to that client.
| Name | NetSerialize |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayPrediction.h |
| Include Path | #include "GameplayPrediction.h" |
| Source | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/GameplayPrediction.cpp |
bool NetSerialize
(
FArchive & Ar,
class UPackageMap * Map,
bool & bOutSuccess
)