Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UNetObjectFactory
Contextual information about an object that is no longer replicated to a client
| Name | FDetachContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetObjectFactory.h |
| Include Path | #include "Iris/ReplicationSystem/NetObjectFactory.h" |
Syntax
struct FDetachContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DetachedInstance | UObject * | The object that is no longer replicated. | Iris/ReplicationSystem/NetObjectFactory.h | |
| DetachedObjectHandle | UE::Net::FNetRefHandle | The handle of the object | Iris/ReplicationSystem/NetObjectFactory.h | |
| Reason | UE::Net::EDetachReason | The context that caused the object to be detached for this client. | Iris/ReplicationSystem/NetObjectFactory.h |