Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallBundleWork
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| InstallBundleUtils.h | |||
FInstallBundleWork
(
TUniqueFunction< void()> InWork, |
InstallBundleUtils.h |
FInstallBundleWork()
| Name | FInstallBundleWork |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
FInstallBundleWork()
FInstallBundleWork(TUniqueFunction< void()>, TUniqueFunction< void()>)
| Name | FInstallBundleWork |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
FInstallBundleWork
(
TUniqueFunction< void()> InWork,
TUniqueFunction< void()> InOnComplete
)