Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
References
| Module | InstallBundleManager |
| Header | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include | #include "InstallBundleTypes.h" |
Syntax
class FInstallBundleSourceType
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInstallBundleSourceType
(
FStringView InNameStr |
|||
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | FInstallBundleSourceType
(
EInstallBundleSourceType InLegacySourceType |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FStringView | GetName () |
||
| const TCHAR * | GetNameCStr () |
||
| FString | GetNameStr () |
||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FInstallBundleSourceType Other |