UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPOV Struct Reference

#include <EngineTypes.h>

Public Member Functions

 FPOV ()
 
 FPOV (FVector InLocation, FRotator InRotation, float InFOV)
 

Public Attributes

FVector Location
 
FRotator Rotation
 
float FOV
 

Friends

FArchiveoperator<< (FArchive &Ar, FPOV &POV)
 

Detailed Description

Point Of View structure used in Camera calculations

Constructor & Destructor Documentation

◆ FPOV() [1/2]

FPOV::FPOV ( )
inline

◆ FPOV() [2/2]

FPOV::FPOV ( FVector  InLocation,
FRotator  InRotation,
float  InFOV 
)
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FPOV POV 
)
friend

Member Data Documentation

◆ FOV

float FPOV::FOV

FOV angle

◆ Location

FVector FPOV::Location

Location

◆ Rotation

FRotator FPOV::Rotation

Rotation


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