Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
auto & InstallBundleUtil::CastAsUnderlying
(
EnumType& Type |
It would really be nice to have these in core. | InstallBundleUtils.h | |
const auto & InstallBundleUtil::CastAsUnderlying
(
const EnumType& Type |
InstallBundleUtils.h |
InstallBundleUtil::CastAsUnderlying(EnumType &)
Description
It would really be nice to have these in core.
| Name | InstallBundleUtil::CastAsUnderlying |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
namespace InstallBundleUtil
{
template<class EnumType>
auto & InstallBundleUtil::CastAsUnderlying
(
EnumType & Type
)
}
InstallBundleUtil::CastAsUnderlying(const EnumType &)
| Name | InstallBundleUtil::CastAsUnderlying |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
namespace InstallBundleUtil
{
template<class EnumType>
const auto & InstallBundleUtil::CastAsUnderlying
(
const EnumType & Type
)
}