Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem > API/Runtime/IrisCore/Iris/ReplicationSystem/FReplicationFragment
- FReplicationFragment::ApplyReplicatedState()
- FPropertyReplicationFragment::ApplyReplicatedState()
- TFastArrayReplicationFragment::ApplyReplicatedState()
- TNativeFastArrayReplicationFragment::ApplyReplicatedState()
- TReplicationFragment::ApplyReplicatedState()
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationFragment.h |
| Include | #include "Iris/ReplicationSystem/ReplicationFragment.h" |
void ApplyReplicatedState
(
FReplicationStateApplyContext & Context
) const
Remarks
This is called from the ReplicationSystem / ReplicationBridge whenever we have new data Depending on the traits of the fragment we either get pointer to a StateBuffer in the expected external format including changemask information or we get the raw quantized state buffer along with the changemask information for any received states.