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

#include <PlayerCameraManager.h>

Public Member Functions

 FCameraCacheEntry ()
 

Public Attributes

float TimeStamp
 
FMinimalViewInfo POV
 

Detailed Description

Cached camera POV info, stored as optimization so we only need to do a full camera update once per tick.

Constructor & Destructor Documentation

◆ FCameraCacheEntry()

FCameraCacheEntry::FCameraCacheEntry ( )
inline

Member Data Documentation

◆ POV

FMinimalViewInfo FCameraCacheEntry::POV

Camera POV to cache.

◆ TimeStamp

float FCameraCacheEntry::TimeStamp

World time this entry was created.


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