UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::Private::FObjectPoller Class Reference

#include <ObjectPoller.h>

Classes

struct  FInitParams
 
struct  FPreUpdateAndPollStats
 

Public Member Functions

 FObjectPoller (const FInitParams &InitParams)
 
const FPreUpdateAndPollStatsGetPollStats () const
 
void PollAndCopyObjects (const FNetBitArrayView &ObjectsConsideredForPolling)
 
void PollAndCopySingleObject (FInternalNetRefIndex ObjectIndex)
 

Friends

class FReplicationPollTask
 

Detailed Description

Class that holds the required information needed to execute the poll phase on one or multiple replicated objects.

Constructor & Destructor Documentation

◆ FObjectPoller()

UE::Net::Private::FObjectPoller::FObjectPoller ( const FInitParams InitParams)

Member Function Documentation

◆ GetPollStats()

const FPreUpdateAndPollStats & UE::Net::Private::FObjectPoller::GetPollStats ( ) const
inline

◆ PollAndCopyObjects()

void UE::Net::Private::FObjectPoller::PollAndCopyObjects ( const FNetBitArrayView ObjectsConsideredForPolling)

Poll all the objects whose bit index is set in the array and copy any dirty data into ReplicationState buffers

◆ PollAndCopySingleObject()

void UE::Net::Private::FObjectPoller::PollAndCopySingleObject ( FInternalNetRefIndex  ObjectIndex)

Poll a single replicated object

Friends And Related Symbol Documentation

◆ FReplicationPollTask


The documentation for this class was generated from the following files: