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

#include <FileCache.h>

Public Member Functions

 FFileCachePreloadEntry ()
 
 FFileCachePreloadEntry (int64 InOffset, int64 InSize)
 

Public Attributes

int64 Offset
 
int64 Size
 

Constructor & Destructor Documentation

◆ FFileCachePreloadEntry() [1/2]

FFileCachePreloadEntry::FFileCachePreloadEntry ( )
inline

◆ FFileCachePreloadEntry() [2/2]

FFileCachePreloadEntry::FFileCachePreloadEntry ( int64  InOffset,
int64  InSize 
)
inline

Member Data Documentation

◆ Offset

int64 FFileCachePreloadEntry::Offset

◆ Size

int64 FFileCachePreloadEntry::Size

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