Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ParsePluginURLOptions
(
FStringView URLOptionsString, |
Parse options from a plugin URL or the options subpart of the plugin URL | GameFeaturesSubsystem.h | |
static bool ParsePluginURLOptions
(
FStringView URLOptionsString, |
GameFeaturesSubsystem.h | ||
static bool ParsePluginURLOptions
(
FStringView URLOptionsString, |
GameFeaturesSubsystem.h | ||
static bool ParsePluginURLOptions
(
FStringView URLOptionsString, |
GameFeaturesSubsystem.h |
ParsePluginURLOptions(FStringView, TFunctionRef< void(EGameFeatureURLOptions Option, FStringView OptionString, FStringView OptionValue)>)
Description
Parse options from a plugin URL or the options subpart of the plugin URL
| Name | ParsePluginURLOptions |
| 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 bool ParsePluginURLOptions
(
FStringView URLOptionsString,
TFunctionRef < void Option, FStringView OptionString, FStringView OptionValue)> Output
)
ParsePluginURLOptions(FStringView, EGameFeatureURLOptions, TFunctionRef< void(EGameFeatureURLOptions Option, FStringView OptionString, FStringView OptionValue)>)
| Name | ParsePluginURLOptions |
| 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 bool ParsePluginURLOptions
(
FStringView URLOptionsString,
EGameFeatureURLOptions OptionsFlags,
TFunctionRef < void Option, FStringView OptionString, FStringView OptionValue)> Output
)
ParsePluginURLOptions(FStringView, TConstArrayView< FStringView >, TFunctionRef< void(EGameFeatureURLOptions Option, FStringView OptionString, FStringView OptionValue)>)
| Name | ParsePluginURLOptions |
| 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 bool ParsePluginURLOptions
(
FStringView URLOptionsString,
TConstArrayView< FStringView > AdditionalOptions,
TFunctionRef < void Option, FStringView OptionString, FStringView OptionValue)> Output
)
ParsePluginURLOptions(FStringView, EGameFeatureURLOptions, TConstArrayView< FStringView >, TFunctionRef< void(EGameFeatureURLOptions Option, FStringView OptionString, FStringView OptionValue)>)
| Name | ParsePluginURLOptions |
| 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 bool ParsePluginURLOptions
(
FStringView URLOptionsString,
EGameFeatureURLOptions OptionsFlags,
TConstArrayView< FStringView > AdditionalOptions,
TFunctionRef < void Option, FStringView OptionString, FStringView OptionValue)> Output
)