Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FGlobalDirtyNetObjectTracker
Description
Returns the objects with dirty state. The reference can only be assumed to be valid until the next call to ResetDirtyNetObjects(). A matching call to ResetDirtyNetObjects() is required but should not be called until all pollers have had the chance to call GetDirtyNetObjects(). Assumes Init() has been called.
| Name | GetDirtyNetObjects |
| 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 const TSet < FNetHandle > & GetDirtyNetObjects
(
const FPollHandle & Handle
)