Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
References
| Module | InstallBundleManager |
| Header | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include | #include "InstallBundleTypes.h" |
Syntax
struct FInstallBundleSourceUpdateContentResultInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | AdditionalRootDirs | ||
| bool | bContentWasInstalled | ||
| FName | BundleName | ||
| TArray< FString > | ContentPaths | ||
| uint64 | CurrentInstallSize | ||
| FDateTime | LastAccessTime | ||
| TSet< FString > | NonUFSShaderLibPaths | Support platforms that need shaderlibs in the physical FS. | |
| FString | OptionalErrorCode | ||
| FText | OptionalErrorText | Forward any errors from the underlying implementation for a specific source Currently, these just forward BPT Error info | |
| EInstallBundleResult | Result |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |