Navigation
API > API/Plugins > API/Plugins/GameFeatures
References
| Module | GameFeatures |
| Header | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeaturesSubsystem.h |
| Include | #include "GameFeaturesSubsystem.h" |
Syntax
USTRUCT ()
struct FInstallBundlePluginProtocolOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool: 1 | bAllowIniLoading | Allow the GFP to load INI files, should only be allowed for trusted content | |
| bool: 1 | bDoNotDownload | Disallows downloading, useful for conditionally loading content only if it's already been installed | |
| bool: 1 | bUninstallBeforeTerminate | If we want to attempt to uninstall InstallBundle data installed by this plugin before terminating | |
| bool: 1 | 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 | |
| EInstallBundleReleaseRequestFlags | ReleaseInstallBundleFlags | EInstallBundleReleaseRequestFlags utilized during our release and uninstall states |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FInstallBundlePluginProtocolOptions& Other |