Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeatureData
References
| Module | GameFeatures |
| Header | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeatureData.h |
| Include | #include "GameFeatureData.h" |
| Source | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Private/GameFeatureData.cpp |
static FString GetOptionalInstallBundleName
(
FStringView PluginName,
bool bEvenIfDoesntExist
)
Remarks
Returns the optional install bundle name if one exists for this plugin.
Parameters
| Name | Description |
|---|---|
| - | PluginName - the name of the GameFeaturePlugin we want to get a bundle for. Should be the same name as the .uplugin file |
| - | bEvenIfDoesntExist - when true will return the name of bundle we are looking for without checking if it exists or not. |