Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FFullObjectFormat
Description
Clears the internal cache that subclass implementations may rely on for building diffed payload version in CreateReplicationEvent. The next call to CreateReplicationEvent will serialize all data.
Virtual Inheritance
- IObjectReplicationFormat::ClearInternalCache → FFullObjectFormat::ClearInternalCache
| Name | ClearInternalCache |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Formats/FullObjectFormat.h |
| Include Path | #include "Replication/Formats/FullObjectFormat.h" |
virtual void ClearInternalCache
(
TArrayView < UObject > ObjectsToClear
)