Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FCachedReadPlatformFile
- IPlatformFile::ConvertToAbsolutePathForExternalAppForRead()
- FCachedReadPlatformFile::ConvertToAbsolutePathForExternalAppForRead()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h |
| Include | #include "HAL/IPlatformFileCachedWrapper.h" |
virtual FString ConvertToAbsolutePathForExternalAppForRead
(
const TCHAR * Filename
)
Remarks
Converts passed in filename to use an absolute path (for reading). filename using absolute path
Parameters
| Name | Description |
|---|---|
| Filename | filename to convert to use an absolute path, safe to pass in already using absolute path |