Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
References
| Module | InstallBundleManager |
| Header | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include | #include "InstallBundleUtils.h" |
namespace InstallBundleUtil
{
template<typename EnumType, typename StringArrType, EnumType EnumCount>
const TCHAR * InstallBundleUtil::TLexToString
(
EnumType E,
const StringArrType & Strings
)
}