Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
Useful to store any kind of information about the build installer.
| Name | FBuildInstallerStat |
| Type | struct |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include Path | #include "InstallBundleTypes.h" |
Syntax
struct FBuildInstallerStat
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BundleName | FName | InstallBundleTypes.h | ||
| StatName | FName | InstallBundleTypes.h | ||
| StatValue | TVariant< bool, int32, int64, float, double, FString > | InstallBundleTypes.h |