FindFileInPakFiles

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

FindFileInPakFiles

(
    const TCHAR* Filename,
    nullptr_t OutPakFile,
    FPakEntry* OutEntry
)

Overload needed for deprecation; remove this when removing the version with a FPakFile** OutPakFile

Public function

bool

 

FindFileInPakFiles

(
    const TCHAR* Filename,
    FPakFile** OutPakFile,
    FPakEntry* OutEntry
)

Use version with OutPakFile is a TRefCountPtr instead

Public function

bool

 

FindFileInPakFiles

(
    const TCHAR* Filename,
    TRefCountPtr< FPakFile >* OutP...,
    FPakEntry* OutEntry
)

Finds a file in all available pak files.

Public function Static

bool

 

FindFileInPakFiles

(
    TArray< FPakListEntry >& Paks,
    const TCHAR* Filename,
    nullptr_t OutPakFile,
    FPakEntry* OutEntry
)

Overload needed for deprecation; remove this when removing the version with a FPakFile** OutPakFile

Public function Static

bool

 

FindFileInPakFiles

(
    TArray< FPakListEntry >& Paks,
    const TCHAR* Filename,
    FPakFile** OutPakFile,
    FPakEntry* OutEntry
)

Use version with OutPakFile is a TRefCountPtr instead

Public function Static

bool

 

FindFileInPakFiles

(
    TArray< FPakListEntry >& Paks,
    const TCHAR* Filename,
    TRefCountPtr< FPakFile >* OutP...,
    FPakEntry* OutEntry
)

Finds a file in the specified pak files.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss