Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
| Name | FInstallBundleSourceType |
| Type | class |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include Path | #include "InstallBundleTypes.h" |
Syntax
class FInstallBundleSourceType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInstallBundleSourceType
(
FStringView InNameStr |
InstallBundleTypes.h | ||
PRAGMA_DISABLE_DEPRECATION_WARNINGS FInstallBundleSourceType
(
EInstallBundleSourceType InLegacySourceType |
InstallBundleTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NameStr | FStringView | InstallBundleTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_ENABLE_DEPRECATION_WARNINGS FStringView GetName() |
InstallBundleTypes.h | ||
const TCHAR * GetNameCStr() |
InstallBundleTypes.h | ||
FString GetNameStr() |
InstallBundleTypes.h | ||
bool IsValid() |
InstallBundleTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FInstallBundleSourceType Other |
InstallBundleTypes.h |