• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            的筆記

            隨時隨地編輯

            Unreal Engine 4 開發(fā)記錄



            編碼環(huán)境修改

            為了編碼效率而為之,依照官網(wǎng)說明,修改了:
          1. 解決方案配置選項窗口寬度
          2. 顯示平臺選項
          3. 關閉錯誤窗口
          4. 官網(wǎng)修改說明:https://docs.unrealengine.com/latest/INT/Programming/QuickStart/1/index.html

            BP節(jié)點接口顏色說明

            一切類型都有對應的接口!通過不同顏色的小圓圈表示對象。具體見官網(wǎng)文檔:
          5. Unreal Engine 4 Variables

          6. 控制臺命令行

            Command-Line Arguments
          7. 顯示FPS: stat fps

          8. 編輯器

          9. WASD導航:Editor Preferences --> Level Editor --> viewport --> Controls
          10. 關閉編輯器操作音:Editor Preferences --> Level Editor --> Miscellaneous --> Enable...
          11. 永久修改:
            D:\Program Files\Epic Games\4.5\Engine\Config\BaseEditorUserSettings.ini
            4.9后變更:
            D:\Program Files\Epic Games\4.9\Engine\Config\BaseEditorPerProjectUserSettings.ini
          12. FlightCameraControlType=WASD_Always
          13. bEnableEditorSounds=False
          14. BP顯示箭頭:Eitor preference --> Blueprint Editor ---> Draw arrow...

          15. Unreal Tournament 玩記錄

            哪里下客戶端,如何進服務器,哪里找碼
          16. 官網(wǎng)的討論,這里可以找到別人編譯好的最近的包
          17. 猿哥們的服務器和登錄器

          18. Profile

            https://docs.unrealengine.com/latest/INT/Engine/Performance/Profiler/index.html

            安裝相關

            一大坨緩存,將Launcher和所有版本都卸載后,仍不會自動刪除,截止目前4.6有5GB左右.升級后不需要的版本緩存要從這里手動刪除掉.SSD仍然很慢,是否因為從C盤加載了緩存數(shù)據(jù)呢?
          19. C:\Users\Administrator\AppData\Local\UnrealEngine
          20. 編譯模塊日志

          21. C:\Users\Administrator\AppData\Roaming\Unreal Engine\UnrealBuildTool
          22. C:\Users\Administrator\AppData\Roaming\Unreal Engine\AutomationTool
          23. 打包錯誤出錯,看這里:C:\Users\Administrator\AppData\Roaming\Unreal Engine\AutomationTool\Logs\D+Program+Files+Epic+Games+4.7\Cook.txt

            Launcher相關

            Launcher官方權威問題解決WIKI: Troubleshooting Launcher Problems
          24. Launch卸載后,會刪除Launch和所有已經(jīng)安裝的引擎版本

          25. 配置引擎版本信息
          26. C:\ProgramData\Epic\UnrealEngineLauncher
          27. Launcher運行日志
          28. C:\Users\Administrator\AppData\Local\UnrealEngineLauncher
          29. 各種診斷

            Windows Launcher issues
            • D:\Users\USER.NAME\AppData\Local\UnrealEngineLauncher\Saved\Logs
            Mac Launcher issues
            • /Users/USER.NAME/Library/Logs/Unreal Engine/UnrealEngineLauncher
            Editor crash
            • D:\Users\UserName\AppData\Local\Microsoft\Windows\WER\ReportQueue
            MSI (Windows only) installation issues
            Place the msi on the root of C drive
            WindowsKey+R and enter:
            msiexec /i D:\UnrealEngineInstaller.msi /L*V C:\UnrealEngineInstallerLog.txt
            Replacing “UnrealEngineInstaller.msi” with the actual msi filename
            UE4/Content download problems
            Navigate to the DefaultEngine.ini file
            D:\Program Files\Unreal Engine\Launcher\Engine\Programs\NoRedist\UnrealEngineLauncher\Config\DefaultEngine.ini
            Open in a text file and add to the very end of it:
            [Core.Log]
            LogHttp=log
            LogOnline=veryverbose
            

            優(yōu)化編譯速度

            Boost Compile Times
            cd UnrealEngine\Engine
            mklink /J Intermediate C:\UE4\PR\Intermediate
            mklink /J Source C:\UE4\PR\Source

          30. <占位項2>
          31. 優(yōu)化VC內(nèi)存占用

            Visual Studio 2013 : vcpkgsrv.exe 這是個神馬啊,突然就飆出來一大堆,沒個都耗掉幾百MB內(nèi)存
          32. "Tools->Options->Text Editor->C/C++->Advanced-->Auto Tune Max Cached Translation Units" 設為false
          33. 同上"Max Cached Translation Units"設為2

          34. 聽說將插件刪光了,也能降低這個東西的耗費,不現(xiàn)實

            優(yōu)化磁盤速度和占用

            AppData目錄("C:\Users\Administrator\AppData\Local\UnrealEngine")會占用大量磁盤,并且在運行時生成大量臨時文件(DerivedDataCache).重定向到SSD:
            cd C:\Users\Administrator\AppData\Local
            mklink /J UnrealEngine I:\Link_AppData_Local\UnrealEngine
          35. <占位項1>


          36. Input導入導出造成Joystick無法恢復的異常

            從另外一個工程里導入input到當前工程,Joystick就不再顯示了,試了半天無法恢復。下次還是別用了,老老實實一個個添加吧。
            另外如果如果Set Cinematic Mode,也會隱藏Joystick

            Android崩潰查詢

          37. 運行:C:\NVPACK\android-sdk-windows\tools\monitor.bat
          38. Logcat增加一個Filter。名字填"UE4"。 By log Tag填"UE4|Debug"。

          39. Unreal engine 4.10/4.11 創(chuàng)建 Behavior Tree

            從4.10開始,Behavior Tree移動到“Artificial Intelligence”菜單上了,并且這個菜單默認情況在Add New主菜單里是隱藏起來的,需要滾動到菜單的最下面,這點很坑!
          40. 點擊Add New后向下滾動菜單,Artificial Interlligence才會滾出來


          41. 修改記錄

          42. 2014-05-02 創(chuàng)建
          43. 2014.7.13 增加BP中節(jié)點接口顏色的官方說明
          44. 2014.9.6 編輯器的聲音和導航鍵
          45. <占位項2>

          46. 升級到VS2015 Update3后源碼編譯問題

          47. command line argument number does not match precompiled header
          48. Build Failed with VS 2015 update 3。解決方式
          49. 下載Fixed程序然后運行即可。Current Available Quick-Fix Solutions
          50. 本質還是對VS2015編譯警告進行屏蔽處理:
          51. https://issues.unrealengine.com/issue/UE-32588
          52. 引用補丁到源碼即可: VS2015 Update 3 fix for UE4.11


            Error:Unsupported major.minor version 52.0

            原因:AndroidWorks升級后,使用了java1.8,但是環(huán)境變量設置的是1.7

            Fix:

            下載java1.8:

          53. http://download.oracle.com/otn-pub/java/jdk/8u112-b15/jdk-8u112-windows-x64.exe?AuthParam=1479955184_3d52302468e8ee9463944fcb7c4eae08
          54. setx JAVA_HOME=C:\Program Files\Java\jdk1.8.0_112

          55. 編譯單個文件

            4.13開始支持編譯單個文件
          56. -安裝UnrealVS
          57. I:\ProgramFiles_EpicGames\4.14\Engine\Extras\UnrealVS\VS2015\ UnrealVS.vsix
          58. -綁定快捷鍵
          59. New: The UnrealVS Visual Studio extension now exposes the "UnrealVS.CompileSingleFile" command. Binding to a shortcut key (eg. Ctrl-F7) from the Visual Studio options dialog allows quickly compiling the current file without linking binaries.
          60. Error:
          61. C:\Program' is not recognized as an internal or external command, operable program or batch file.

            <占位標題>

            <占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述>
          62. <占位項1>
          63. <占位項2>

          64. <占位標題>

            <占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述>
          65. <占位項1>
          66. <占位項2>

          67. <占位標題>

            <占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述>
          68. <占位項1>
          69. <占位項2>

          70. <占位標題>

            <占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述>
          71. <占位項1>
          72. <占位項2>

          73. <占位標題>

            <占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述占位描述>
          74. <占位項1>
          75. <占位項2>

          76. posted on 2014-05-02 11:21 的筆記 閱讀(5286) 評論(0)  編輯 收藏 引用

            2020久久精品国产免费| 亚洲中文字幕无码一久久区| 五月丁香综合激情六月久久| 久久久精品久久久久特色影视 | 久久久久久毛片免费播放| 伊人久久大香线蕉综合热线| 久久久久人妻一区精品| 久久天天躁狠狠躁夜夜2020老熟妇 | 久久亚洲国产成人精品性色| 亚洲国产精品成人久久| 国内精品久久久久久久久电影网| 精品国产乱码久久久久软件| 亚洲AⅤ优女AV综合久久久| 性高湖久久久久久久久AAAAA| 久久亚洲AV无码精品色午夜麻豆| 久久妇女高潮几次MBA| 久久精品亚洲精品国产色婷| 99久久久国产精品免费无卡顿 | 91性高湖久久久久| 久久亚洲国产成人影院网站| 久久人妻AV中文字幕| 久久人人妻人人爽人人爽| 久久国产热精品波多野结衣AV| 青青草原精品99久久精品66 | 久久精品国产亚洲精品2020| 久久综合九色综合久99| 日本精品一区二区久久久| 久久综合国产乱子伦精品免费| 99久久99久久久精品齐齐| 香蕉久久AⅤ一区二区三区| 久久久国产精品亚洲一区| 久久久中文字幕日本| 久久AV高清无码| 久久久久无码中| 国产成人精品久久免费动漫 | 国产精品99久久久精品无码 | 99精品久久精品一区二区| 久久综合中文字幕| 久久精品国产99国产精品亚洲 | 26uuu久久五月天| 久久国产精品99精品国产|