Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
Helper to safely suppress installer analytics that will restore previous state when going out of scope.
| Name | FInstallBundleSuppressAnalytics |
| Type | struct |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
Syntax
struct FInstallBundleSuppressAnalytics : public FNoncopyable
Inheritance Hierarchy
- FNoncopyable → FInstallBundleSuppressAnalytics
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInstallBundleSuppressAnalytics() |
InstallBundleUtils.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FInstallBundleSuppressAnalytics() |
InstallBundleUtils.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsEnabled | bool | InstallBundleUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Disable() |
InstallBundleUtils.h | ||
void Enable() |
InstallBundleUtils.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsEnabled() |
InstallBundleUtils.h |