UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DirtyNetObjectTracker.h File Reference

Go to the source code of this file.

Classes

struct  UE::Net::Private::FDirtyNetObjectTrackerInitParams
 
class  UE::Net::Private::FDirtyNetObjectTracker
 
class  UE::Net::Private::FDirtyObjectsAccessor
 

Namespaces

namespace  UE
 
namespace  UE::Net
 
namespace  UE::Net::Private
 

Macros

#define UE_NET_DIRTYOBJECTTRACKER_LOG_COMPILE_VERBOSITY   All
 

Functions

IRISCORE_API DECLARE_LOG_CATEGORY_EXTERN (LogIrisDirtyTracker, Log, UE_NET_DIRTYOBJECTTRACKER_LOG_COMPILE_VERBOSITY)
 
void UE::Net::Private::MarkNetObjectStateDirty (uint32 ReplicationSystemId, FInternalNetRefIndex NetObjectIndex)
 
void UE::Net::Private::ForceNetUpdate (uint32 ReplicationSystemId, FInternalNetRefIndex NetObjectIndex)
 

Macro Definition Documentation

◆ UE_NET_DIRTYOBJECTTRACKER_LOG_COMPILE_VERBOSITY

#define UE_NET_DIRTYOBJECTTRACKER_LOG_COMPILE_VERBOSITY   All

Function Documentation

◆ DECLARE_LOG_CATEGORY_EXTERN()