Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/Net > API/Runtime/NetCore/Net/Serialization > API/Runtime/NetCore/Net/Serialization/FFastArraySerializer
References
| Module | NetCore |
| Header | /Engine/Source/Runtime/Net/Core/Classes/Net/Serialization/FastArraySerializer.h |
| Include | #include "Net/Serialization/FastArraySerializer.h" |
template<typename Type, typename SerializerType>
bool ShouldWriteFastArrayItem
&40;
const Type & Item,
const bool bIsWritingOnClient
&41; const
Remarks
Helper function for FastArrayDeltaSerialize to consolidate the logic of whether to consider writing an item in a fast TArray during network serialization. For client replay recording, we don't want to write any items that have been added to the array predictively.