Navigation
API > API/Runtime > API/Runtime/IrisCore
Common settings used to configure how the GridFilter behaves
| Name | UWorldLocationsConfig |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/WorldLocations.h |
| Include Path | #include "Iris/ReplicationSystem/WorldLocations.h" |
Syntax
UCLASS (Config=Engine)
class UWorldLocationsConfig : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UWorldLocationsConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxNetCullDistance | float | We will issue a warning if user sets a higher NetCullDistance or NetCullDistanceOverride than the MaxNetCullDistance. | Iris/ReplicationSystem/WorldLocations.h |
|
| MaxPos | FVector | All world positions will be clamped to MinPos and MaxPos. | Iris/ReplicationSystem/WorldLocations.h |
|
| MinPos | FVector | All world positions will be clamped to MinPos and MaxPos. | Iris/ReplicationSystem/WorldLocations.h |
|