Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FPropertyReplicationState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CallRepNotifies
(
void*__restrict DstData, |
Invoke repnotifies for all dirty members | Iris/ReplicationState/PropertyReplicationState.h | |
void CallRepNotifies
(
void*__restrict DstData, |
Iris/ReplicationState/PropertyReplicationState.h |
CallRepNotifies(void *__restrict, const FCallRepNotifiesParameters &)
Description
Invoke repnotifies for all dirty members
| Name | CallRepNotifies |
| 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 |
void CallRepNotifies
(
void *__restrict DstData,
const FCallRepNotifiesParameters & Params
) const
CallRepNotifies(void __restrict, const FPropertyReplicationState , bool)
| Name | CallRepNotifies |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationState/PropertyReplicationState.h |
| Include Path | #include "Iris/ReplicationState/PropertyReplicationState.h" |
void CallRepNotifies
(
void *__restrict DstData,
const FPropertyReplicationState * PreviousState,
bool bIsInit
) const