本资料是关于运输构建中加载函数插件Unreal Engine游戏素材资源,大小:65 MB,使用软件:Unreal Engine 4.23 - 4.27,语言:英语。人人素材分享
Unreal Engine虚幻游戏引擎是一款商业性的3D游戏开发引擎,是Epic数百位工程师、艺术家以及设计师的心血之作。不过这还只是开始,在C++代码中,你可以看到很多创新之处,比如支持Oculus VR、Linux系统、Valve公司的Steamworks和 Steam Box效果,并且可以使用HTML5在网页浏览器中开发游戏。虚幻引擎基于DirectX 11,拥有新的材料流水线、蓝图视觉化脚本、直观蓝图调试、内容浏览器、人物动画、Matinee影院级工具集、全新地形和植被、后期处理效果、热重载(Hot Reload)、模拟与沉浸式视角、即时游戏预览、AI人工智能、音频、中间件集成等一系列全新特性。
Unreal Engine虚幻游戏引擎参与制作游戏有:《逃生》、《DMC鬼泣》、《死侍》、《失落的星球3》、《生化奇兵:无限》、《羞辱》、《战争机器:审判》、《杀手已死》、《勿忘我》、《Papa & Yo》、《忍者神龟:脱颖而出》等等。
《Unreal虚幻游戏引擎基础核心技术训练视频教程》中文字幕版:
https://www.rrcg.cn/thread-16751938-1-1.html
更多相关内容请关注:Unreal Engine视频教程专区,UE4游戏素材资源专区,中文字幕教程专区
Pak Loader is a plugin that can be used in Blueprints and C++. Due to how Unreal Engine works, .pak files are only intended to be loaded in packaged (shipping) builds.
Accessing the assets within the Pak file depends on how the .pak was created (paths, mount points, etc.) and what you are intending to use it for.
You can find an example project and an example .pak file in the link below.
Read the documentation to learn about mounting pak files. If you are a new to Unreal this plugin might not be suitable for you, as mounting pak files is a non trivial thing.
Features:
Mount/Unmount .pak files.
Register mount points to support references between pak assets.
Download (.pak) files via HTTP.
Load objects (all kind of assets).
Load classes (Blueprints).
Utility functions like GetMountedPakFilenames, GetFilesInPakDirectory, SHA1SUM, IsValidPakFile, etc. (see documentation)
Limitations:
Only tested on Windows x64. But works on other platforms as well (MacOS, Linux, Mobile)
Loading assets from mounted Pak files only works in packaged/shipping builds of your project. (Not in Editor)
You can't load unsigned Pak files if your game project has Pak signing enabled.
Loading pak files that have been created with a different engine version than your project might not load.
Code Modules:
Runtime Module: "PakLoader"
Classes: FPakLoader, UPakLoaderLibrary, UAsyncPakDownloader, FLogHelper
《Unreal虚幻游戏引擎基础核心技术训练视频教程》中文字幕版:
https://www.rrcg.cn/thread-16751938-1-1.html
更多相关内容请关注:Unreal Engine视频教程专区,UE4游戏素材资源专区,中文字幕教程专区
|