Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UNetObjectFactory
The world data the factory needs to fill about a given object.
| Name | FWorldInfoData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetObjectFactory.h |
| Include Path | #include "Iris/ReplicationSystem/NetObjectFactory.h" |
Syntax
struct FWorldInfoData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CullDistance | float | The network cull distance of the object. | Iris/ReplicationSystem/NetObjectFactory.h | |
| WorldLocation | FVector | The current location of the object in the world. | Iris/ReplicationSystem/NetObjectFactory.h |