Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetMountedPakFilenames
(
TArray< FString >& PakFilenames |
Get a list of all pak files which have been successfully mounted | IPlatformFilePak.h | |
void GetMountedPakFilenames
(
TSet< FString >& PakFilenames |
Get a list of all pak files which have been successfully mounted | IPlatformFilePak.h |
GetMountedPakFilenames(TArray< FString > &)
Description
Get a list of all pak files which have been successfully mounted
| Name | GetMountedPakFilenames |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
void GetMountedPakFilenames
(
TArray< FString > & PakFilenames
)
GetMountedPakFilenames(TSet< FString > &)
Description
Get a list of all pak files which have been successfully mounted
| Name | GetMountedPakFilenames |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
void GetMountedPakFilenames
(
TSet< FString > & PakFilenames
)