Description

When determining relevancy for an actor based on distance, the location of the player's view point is always used if it is available, rather than the location of the view target (see FNetViewer and APlayerController::GetPlayerViewPoint). Because this is usually the location of the player's camera, this can cause difficulty with accurately determining relevancy in projects where the player's pawn is far away from its camera (e.g. a top down view).
An option to default to the view target's location would allow projects to choose whether to use the location of either the camera or the pawn when determining relevancy.

Steps to Reproduce

Create a replicated actor with a short net cull distance squared.
Create a pawn with a camera that is far away from the actual character.
When approaching the actor's location, observe that relevancy is determined by the distance to the camera rather than the character, leading to the actor becoming relevant at an unexpected time or not at all depending on the camera's position.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-205045 in the post.

1
Login to Vote

Unresolved
ComponentUE - Networking
Affects Versions5.4
Target Fix5.5
CreatedJan 26, 2024
UpdatedFeb 29, 2024