虚幻
[虚幻引擎 MongoDB Client 插件说明] DTMongoDB MongoDB数据库连接插件,UE蓝图可以操作MongoDB数据库增删改查。
本插件可以在UE里面使用蓝图操作MongoDB数据库, 对数据库进行查询,删除,插入,替换,更新操作。
插件下载地址在文章最后。
[DTSelectFile] Select File / Folder Window Plugin Description
This plugin can open the system’s own file/folder selection window in the blueprint. And you can package and shipping the package.
[DTXml] XML Read Save Plugin Description
This plugin can be read, saved, analyzed XML files or string
[Unreal Engine Plugin Description] DTSHA -Blueprint SHA Encryption Node
This plugin can be encrypted by a blueprint to the string and file in the illusion engine.
UE 链接SVN 有时候会中途断开问题解决
虚幻链接SVN版本控制的时候,有时候会莫名其妙链接不上,断开链接,这是因为UE找SVN的路径的执行路径有时候会莫名其妙变成相对路径,然后又找不到。所以需要自己配置一下。 先在编辑器里面设置链接SVN地址,然后在项目Saved\Config\WindowsEditor\SourceControlSettings.ini 这个目录会生成这个ini 打开这个ini修改一下 [SubversionSourceControl.SubversionSourceControlSettings] 里面的 ExecutableLocation=”D:/Epic/UE_5.2/Engine/Binaries/ThirdParty/svn/Win64/svn.exe” 这个地址是你电脑的 SVN 执行文件的据对路径, 这样就没问题了。
UTexture2DArray Runtime 下添加图片
虚幻引擎里面的UTexture2DArray数据是只有Editer下存有,但是有些时候需要在Runtime动态添加纹理,所以需要重写一下。 Texture2DArrayWrapper.h Texture2DArrayWrapper.cpp
