Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/TIrisFastArrayEditor
Description
Add Item to array and call MarkItemDirty
The idea is to provide an interface that is modeled after what we can do with a TArray but with dirty tracking per member This way we can update changemask directly and does not need to poll for changes
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationState/Private/IrisFastArraySerializerInternal.h |
| Include Path | #include "Iris/ReplicationState/Private/IrisFastArraySerializerInternal.h" |
void Add
(
const FastArrayItemType & ItemEntry
)