![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PlayerCameraManager.h>
Public Member Functions | |
| FCameraCacheEntry () | |
Public Attributes | |
| float | TimeStamp |
| FMinimalViewInfo | POV |
Cached camera POV info, stored as optimization so we only need to do a full camera update once per tick.
|
inline |
| FMinimalViewInfo FCameraCacheEntry::POV |
Camera POV to cache.
| float FCameraCacheEntry::TimeStamp |
World time this entry was created.