Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FWorldLocations
Description
Add a temporary net cull distance that will have priority over the regular net cull distance. Returns true if the object had registered to use the world location cache and can store the override.
| Name | SetCullDistanceOverride |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/WorldLocations.h |
| Include Path | #include "Iris/ReplicationSystem/WorldLocations.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/WorldLocations.cpp |
bool SetCullDistanceOverride
(
UE::Net::Private::FInternalNetRefIndex ObjectIndex,
float CullDistance
)