Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FGlobalDirtyNetObjectTracker
Description
Clears the set of dirty net objects. GetDirtyNetObjects() must be called first. Some synchronization is needed between pollers such that all pollers have the chance to call GetDirtyNetObjects() first. It may be a good idea to have the polling done in a NetDriver TickFlush() or similar and resetting done in PostTickFlush(). Assumes Init() has been called.
| Name | ResetDirtyNetObjects |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/DirtyNetObjectTracker/GlobalDirtyNetObjectTracker.h |
| Include Path | #include "Net/Core/DirtyNetObjectTracker/GlobalDirtyNetObjectTracker.h" |
| Source | /Engine/Source/Runtime/Net/Core/Private/Net/Core/DirtyNetObjectTracker/GlobalDirtyNetObjectTracker.cpp |
static void ResetDirtyNetObjects
(
const FPollHandle &
)