Navigation
API > API/Plugins > API/Plugins/GameFeatures
References
| Module | GameFeatures |
| Header | /Engine/Plugins/Experimental/GameFeatures/Source/GameFeatures/Public/GameFeaturesSubsystem.h |
| Include | #include "GameFeaturesSubsystem.h" |
Syntax
USTRUCT&40;&41;
struct FInstallBundlePluginProtocolMetaData
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowIniLoading | Allow the GFP to load INI files, should only be allowed for trusted content | |
| bool | bDoNotDownload | Disallows downloading using the bundle manager | |
| bool | bUninstallBeforeTerminate | If we want to attempt to uninstall InstallBundle information installed by this plugin before terminating | |
| bool | bUserPauseDownload | If we want to set the Downloading state to pause because of user interaction | |
| EInstallBundleRequestFlags | InstallBundleFlags | EInstallBundleRequestFlags utilized during the download/install by InstallBundleManager | |
| TArray< FName > | InstallBundles | ||
| EInstallBundleReleaseRequestFlags | ReleaseInstallBundleFlags | EInstallBundleReleaseRequestFlags utilized during our release and uninstall states | |
| uint8 | VersionNum | Set to whatever the FDefaultValues::CurrentVersionNum was when this URL was generated. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FromString
(
const FString& URLString, |
||
| void | Resets all our Metadata values to the default values | ||
| FString | ToString () |
Functions to convert to/from the URL FString representation of this metadata |