Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationState > API/Runtime/IrisCore/Iris/ReplicationState/Private
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationState/Private/IrisFastArraySerializerInternal.h |
| Include | #include "Iris/ReplicationState/Private/IrisFastArraySerializerInternal.h" |
Syntax
struct FIrisFastArraySerializerPrivateAccessor
Remarks
Internal access of FastArraySerializer, for internal use only
Functions
| Type | Name | Description | |
|---|---|---|---|
| FNetBitArrayView | GetChangeMask
(
FIrisFastArraySerializer& Array |
||
| FNetBitArrayView | GetConditionalChangeMask
(
FIrisFastArraySerializer& Array |
||
| FReplicationStateHeader & | |||
| void | MarkAllArrayItemsDirty
(
FIrisFastArraySerializer& Array, |
Mark array and all bits in changemask as dirty and notify DirtyObjectTracker that the object is dirty if it has not been done before | |
| void | MarkArrayDirty
(
FIrisFastArraySerializer& Array |
Mark array as dirty and notify DirtyObjectTracker that the object is dirty if it has not been done before | |
| void | MarkArrayItemDirty
(
FIrisFastArraySerializer& Array, |
Mark array dirty and mark changemask bit used for array Item as dirty and notify DirtyObjectTracker that the object is dirty if it has not been done before Currently the same changemask bit might be used to indicate dirtiness for multiple array items |