Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/NetObjectFactory.h |
| Include | #include "Iris/ReplicationSystem/NetObjectFactory.h" |
Syntax
struct FCreationHeaderContext
Remarks
Contextual information passed to an header so it can serialize/deserialize itself
Variables
| Type | Name | Description | |
|---|---|---|---|
| UObjectReplicationBridge * | Bridge | The bridge responsible for the replicated object | |
| UNetObjectFactory * | Factory | The factory that allocated the header | |
| FNetRefHandle | Handle | The handle of the replicated object represented by the header | |
| FNetSerializationContext & | Serialization | Access to the bitstream reader or writer |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCreationHeaderContext
(
FNetRefHandle InHandle, |