Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetPluginURL_FileProtocol
(
const FString& PluginDescriptorPath |
Construct a 'file:' Plugin URL using from the PluginDescriptorPath | GameFeaturesSubsystem.h | |
static FString GetPluginURL_FileProtocol
(
const FString& PluginDescriptorPath, |
GameFeaturesSubsystem.h |
GetPluginURL_FileProtocol(const FString &)
Description
Construct a 'file:' Plugin URL using from the PluginDescriptorPath
| Name | GetPluginURL_FileProtocol |
| 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 FString GetPluginURL_FileProtocol
(
const FString & PluginDescriptorPath
)
GetPluginURL_FileProtocol(const FString &, TArrayView< const TPair< FString, FString > >)
| Name | GetPluginURL_FileProtocol |
| 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 FString GetPluginURL_FileProtocol
(
const FString & PluginDescriptorPath,
TArrayView < const TPair< FString , FString > > AdditionalOptions
)