Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UNetObjectFactory
Description
Fetch world information about a replicated object so it can be updated in the network engine. Only called for root objects.
| Name | GetWorldInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/NetObjectFactory.h |
| Include Path | #include "Iris/ReplicationSystem/NetObjectFactory.h" |
virtual void GetWorldInfo
(
const FWorldInfoContext & Context,
FWorldInfoData & OutData
)
Parameters
| Name | Remarks |
|---|---|
| Context | Gives access to the replicated object and which specific world information needs to be updated. |
| OutData | Set in this the requested information. |