【问题标题】:Rebuilding UE4 Plugin重建 UE4 插件
【发布时间】:2021-03-20 01:38:38
【问题描述】:

所以我知道如何解决这个问题,有什么想法吗? (我正在尝试将插件从 Unreal 4.24.3 版本重建到 Unreal 4.26)enter image description here

when clicking on error shows this line

【问题讨论】:

    标签: plugins unreal-engine4


    【解决方案1】:

    它告诉你该方法现在接受引用参数而不是指针参数。

    替换

    const TArray<uint8>* uncompressedRGBA;
    

    TArray<uint8> uncompressedRGBA;
    

    【讨论】:

      猜你喜欢
      • 2021-07-11
      • 2020-03-02
      • 2022-08-08
      • 1970-01-01
      • 1970-01-01
      • 2021-01-24
      • 2021-12-17
      • 2018-07-29
      • 1970-01-01
      相关资源
      最近更新 更多