Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallBundleCombinedProgressTr-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| BundlePrereqCombinedStatusHelper.h | |||
| BundlePrereqCombinedStatusHelper.h | |||
FInstallBundleCombinedProgressTracker
(
bool bAutoTick, |
BAutoTick Whehter this tracker should automatically Tick | BundlePrereqCombinedStatusHelper.h |
FInstallBundleCombinedProgressTracker(const FInstallBundleCombinedProgressTracker &)
| Name | FInstallBundleCombinedProgressTracker |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/BundlePrereqCombinedStatusHelper.h |
| Include Path | #include "BundlePrereqCombinedStatusHelper.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/BundlePrereqCombinedStatusHelper.cpp |
FInstallBundleCombinedProgressTracker
(
const FInstallBundleCombinedProgressTracker & Other
)
FInstallBundleCombinedProgressTracker(FInstallBundleCombinedProgressTracker &&)
| Name | FInstallBundleCombinedProgressTracker |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/BundlePrereqCombinedStatusHelper.h |
| Include Path | #include "BundlePrereqCombinedStatusHelper.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/BundlePrereqCombinedStatusHelper.cpp |
FInstallBundleCombinedProgressTracker
(
FInstallBundleCombinedProgressTracker && Other
)
FInstallBundleCombinedProgressTracker(bool, TUniqueFunction< void(const FCombinedProgress &)>)
Description
BAutoTick Whehter this tracker should automatically Tick
| Name | FInstallBundleCombinedProgressTracker |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/BundlePrereqCombinedStatusHelper.h |
| Include Path | #include "BundlePrereqCombinedStatusHelper.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/BundlePrereqCombinedStatusHelper.cpp |
FInstallBundleCombinedProgressTracker
(
bool bAutoTick,
TUniqueFunction< void &)> OnTick
)