Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FPropertyReplicationState
Description
Partial poll src data from properties in SrcData based on the state of the inlined per member pollmask non-pushbased properties are always polled, Compare and update representation in DstStateBuffer and update ChangeMask. This is currently used to track and update dirtiness for the properties. @SrcData is a UClass/UStruct containing properties.
| Name | PollPushBasedPropertyReplicationState |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationState/PropertyReplicationState.h |
| Include Path | #include "Iris/ReplicationState/PropertyReplicationState.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationState/PropertyReplicationState.cpp |
bool PollPushBasedPropertyReplicationState
(
const void *__restrict SrcData,
const FPollParameters & PollParameters
)
True if any state is dirty, false if not.