Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
| Name | FInstallBundleSourceUpdateContentResultInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include Path | #include "InstallBundleTypes.h" |
Syntax
struct FInstallBundleSourceUpdateContentResultInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| InstallBundleTypes.h | |||
| InstallBundleTypes.h | |||
| InstallBundleTypes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FInstallBundleSourceUpdateContentResultInfo() |
InstallBundleTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdditionalRootDirs | TArray< FString > | InstallBundleTypes.h | ||
| bContentWasInstalled | bool | InstallBundleTypes.h | ||
| BundleName | FName | InstallBundleTypes.h | ||
| ContentPaths | TArray< FString > | InstallBundleTypes.h | ||
| CurrentInstallSize | uint64 | InstallBundleTypes.h | ||
| LastAccessTime | FDateTime | InstallBundleTypes.h | ||
| MountOptions | FPakMountOptions | InstallBundleTypes.h | ||
| NonUFSShaderLibPaths | TSet< FString > | InstallBundleTypes.h | ||
| OnDemandMountArgs | TArray< TUniquePtr< UE::IoStore::FOnDemandMountArgs > > | InstallBundleTypes.h | ||
| OptionalErrorCode | FString | InstallBundleTypes.h | ||
| OptionalErrorText | FText | Forward any errors from the underlying implementation for a specific source Currently, these just forward BPT Error info | InstallBundleTypes.h | |
| ProjectName | FString | InstallBundleTypes.h | ||
| Result | EInstallBundleResult | InstallBundleTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DidBundleSourceDoWork() |
InstallBundleTypes.h |