Navigation
API > API/Runtime > API/Runtime/PreLoadScreen > API/Runtime/PreLoadScreen/FPreLoadSettingsContainerBase
Description
Helper function that takes in a file path and tries to reconsile it to be Plugin Specific if applicable. Ensures if file is not found in either Plugin's content dir or the original path
| Name | ConvertIfPluginRelativeContentPath |
| Type | function |
| Header File | /Engine/Source/Runtime/PreLoadScreen/Public/PreLoadSettingsContainer.h |
| Include Path | #include "PreLoadSettingsContainer.h" |
| Source | /Engine/Source/Runtime/PreLoadScreen/Private/PreLoadSettingsContainer.cpp |
virtual FString ConvertIfPluginRelativeContentPath
(
const FString & FilePath
)