Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
| Name | FInstallBundleWork |
| Type | class |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
Syntax
class FInstallBundleWork : public FNonAbandonableTask
Inheritance Hierarchy
- FNonAbandonableTask → FInstallBundleWork
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| InstallBundleUtils.h | |||
FInstallBundleWork
(
TUniqueFunction< void()> InWork, |
InstallBundleUtils.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnCompleteFunc | TUniqueFunction< void()> | InstallBundleUtils.h | ||
| WorkFunc | TUniqueFunction< void()> | InstallBundleUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CallOnComplete() |
InstallBundleUtils.h | ||
void DoWork() |
InstallBundleUtils.h | ||
TStatId GetStatId() |
InstallBundleUtils.h |