Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UNetObjectFactory
Contextual information about the RootObject of a detached subobject.
| Name | FSubObjectDetachContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetObjectFactory.h |
| Include Path | #include "Iris/ReplicationSystem/NetObjectFactory.h" |
Syntax
struct FSubObjectDetachContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RootObject | UObject * | The root object instance of the detached subobject. | Iris/ReplicationSystem/NetObjectFactory.h | |
| RootObjectDetachReason | UE::Net::EDetachReason | The context in which the root object was detached. | Iris/ReplicationSystem/NetObjectFactory.h | |
| RootObjectHandle | UE::Net::FNetRefHandle | The root object handle of the detached subobject. | Iris/ReplicationSystem/NetObjectFactory.h |