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

#include <IPlatformFilePak.h>

Public Member Functions

 FScopedPakDirectoryIndexAccess (const FPakFile &InPakFile)
 
 ~FScopedPakDirectoryIndexAccess ()
 

Public Attributes

const FPakFilePakFile
 
bool bRequiresDirectoryIndexLock
 

Detailed Description

A ReadLock wrapper that must be used to prevent threading errors around any call to FindPrunedDirectory or internal uses of DirectoryIndex

Constructor & Destructor Documentation

◆ FScopedPakDirectoryIndexAccess()

FPakFile::FScopedPakDirectoryIndexAccess::FScopedPakDirectoryIndexAccess ( const FPakFile InPakFile)
inline

◆ ~FScopedPakDirectoryIndexAccess()

FPakFile::FScopedPakDirectoryIndexAccess::~FScopedPakDirectoryIndexAccess ( )
inline

Member Data Documentation

◆ bRequiresDirectoryIndexLock

bool FPakFile::FScopedPakDirectoryIndexAccess::bRequiresDirectoryIndexLock

◆ PakFile

const FPakFile& FPakFile::FScopedPakDirectoryIndexAccess::PakFile

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