Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FPropertyReplicationState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsDirtyForPolling () |
Returns true if state is marked dirty for polling | Iris/ReplicationState/PropertyReplicationState.h | |
bool IsDirtyForPolling
(
uint32 Index |
Returns true if member should be polled, returns true if memberpollmask is dirty or if changemask is dirty. | Iris/ReplicationState/PropertyReplicationState.h |
IsDirtyForPolling()
Description
Returns true if state is marked dirty for polling
| Name | IsDirtyForPolling |
| 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 IsDirtyForPolling() const
IsDirtyForPolling(uint32)
Description
Returns true if member should be polled, returns true if memberpollmask is dirty or if changemask is dirty.
| Name | IsDirtyForPolling |
| 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 IsDirtyForPolling
(
uint32 Index
) const