Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesSubsystem
Description
Fixes a package path/directory to either be relative to plugin root or not. Paths relative to different roots will not be modified
| Name | FixPluginPackagePath |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeaturesSubsystem.h |
| Include Path | #include "GameFeaturesSubsystem.h" |
| Source | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Private/GameFeaturesSubsystem.cpp |
static void FixPluginPackagePath
(
FString & PathToFix,
const FString & PluginRootPath,
bool bMakeRelativeToPluginRoot
)