Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UNetObjectFactory
Context when asking the factory for information on a specific object
| Name | FWorldInfoContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetObjectFactory.h |
| Include Path | #include "Iris/ReplicationSystem/NetObjectFactory.h" |
Syntax
struct FWorldInfoContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Handle | UE::Net::FNetRefHandle | The handle of the object | Iris/ReplicationSystem/NetObjectFactory.h | |
| InfoRequested | EWorldInfoRequested | Specify which info is requested to be updated. | Iris/ReplicationSystem/NetObjectFactory.h | |
| Instance | UObject * | The object instance we are requesting information about | Iris/ReplicationSystem/NetObjectFactory.h |