![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ObjectPoller.h>
Classes | |
| struct | FInitParams |
| struct | FPreUpdateAndPollStats |
Public Member Functions | |
| FObjectPoller (const FInitParams &InitParams) | |
| const FPreUpdateAndPollStats & | GetPollStats () const |
| void | PollAndCopyObjects (const FNetBitArrayView &ObjectsConsideredForPolling) |
| void | PollAndCopySingleObject (FInternalNetRefIndex ObjectIndex) |
Friends | |
| class | FReplicationPollTask |
Class that holds the required information needed to execute the poll phase on one or multiple replicated objects.
| UE::Net::Private::FObjectPoller::FObjectPoller | ( | const FInitParams & | InitParams | ) |
|
inline |
| 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
| void UE::Net::Private::FObjectPoller::PollAndCopySingleObject | ( | FInternalNetRefIndex | ObjectIndex | ) |
Poll a single replicated object
|
friend |