Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMisc
Description
Loads a text file relative to the package root on platforms that distribute apps in package formats. For other platforms, the path is relative to the root directory.
| Name | LoadTextFileFromPlatformPackage |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp |
static FString LoadTextFileFromPlatformPackage
(
const FString & RelativePath
)