Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FPropertyReplicationState
| Name | FPropertyReplicationState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationState/PropertyReplicationState.h |
| Include Path | #include "Iris/ReplicationState/PropertyReplicationState.h" |
Syntax
enum FPropertyReplicationState
{
TArrayElementChangeMaskBits = 63U,
TArrayPropertyChangeMaskBitIndex = 0U,
TArrayElementChangeMaskBitOffset = 1U,
}
Values
| Name | Remarks |
|---|---|
| TArrayElementChangeMaskBits | How many bits to use to track dirtiness for individual elements. |
| TArrayPropertyChangeMaskBitIndex | The changemask bit into the TArray changemask info that indicates the TArray is dirty. |
| TArrayElementChangeMaskBitOffset | At which offset in the TArray changemask element dirtiness begins. |