Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
| Name | FInstallBundleRequestResultInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerInterface.h |
| Include Path | #include "InstallBundleManagerInterface.h" |
Syntax
struct FInstallBundleRequestResultInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bContainsChunks | bool | InstallBundleManagerInterface.h | ||
| bContainsIoStoreOnDemand | bool | InstallBundleManagerInterface.h | ||
| bContentWasInstalled | bool | InstallBundleManagerInterface.h | ||
| bIsStartup | bool | InstallBundleManagerInterface.h | ||
| BundleName | FName | InstallBundleManagerInterface.h | ||
| OptionalErrorCode | FString | InstallBundleManagerInterface.h | ||
| OptionalErrorText | FText | Currently, these just forward BPT Error info. | InstallBundleManagerInterface.h | |
| Result | EInstallBundleResult | InstallBundleManagerInterface.h |