Navigation
API > API/Plugins > API/Plugins/DefaultInstallBundleManager > API/Plugins/DefaultInstallBundleManager/FDefaultInstallBundleManager
References
| Module | DefaultInstallBundleManager |
| Header | /Engine/Plugins/Experimental/DefaultInstallBundleManager/Source/Public/DefaultInstallBundleManager.h |
| Include | #include "DefaultInstallBundleManager.h" |
Syntax
struct FGetContentStateRequest
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCancelled | ||
| TArray< FName > | BundleNames | ||
| TMap< EInstallBundleSourceType, FInstallBundleCombinedContentState > | BundleSourceContentStates | ||
| EInstallBundleGetContentStateFlags | Flags | ||
| FName | RequestTag | Used to track an individual request so that it can be canceled. | |
| bool | Started |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ExecCallbackIfValid
(
FInstallBundleCombinedContentState BundleState |
||
| const FDelegateHandle | |||
| void | SetCallback
(
FInstallBundleGetContentStateDelegate NewCallback |