UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::FReplicationView::FView Struct Reference

#include <ReplicationView.h>

Public Attributes

FNetHandle Controller
 
FNetHandle ViewTarget
 
FVector Pos = FVector::ZeroVector
 
FVector Dir = FVector::ForwardVector
 
float FoVRadians = UE_HALF_PI
 

Member Data Documentation

◆ Controller

FNetHandle UE::Net::FReplicationView::FView::Controller

The controlling net object associated with this view, typically a player controller.

◆ Dir

FVector UE::Net::FReplicationView::FView::Dir = FVector::ForwardVector

Direction the viewer is looking

◆ FoVRadians

float UE::Net::FReplicationView::FView::FoVRadians = UE_HALF_PI

The field of view

◆ Pos

FVector UE::Net::FReplicationView::FView::Pos = FVector::ZeroVector

Where the viewer is looking from

◆ ViewTarget

FNetHandle UE::Net::FReplicationView::FView::ViewTarget

The actor that is being directly viewed, usually a pawn.


The documentation for this struct was generated from the following file: