Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetJournal
Description
Add entry to the journal. Only the last 32 entries are stored. The Name must be a static/permanently allocated string as the raw pointer will be stored.
| Name | AddEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/Serialization/NetJournal.h |
| Include Path | #include "Iris/Serialization/NetJournal.h" |
void AddEntry
(
const TCHAR * Name,
uint32 BitOffset,
FNetRefHandle NetRefHandle
)