プラグインの作成が失敗する
[1/5] Resource Default.rc2
[2/5] Compile UserWidgetToSlateLoadingScreenPlugin.cpp
[3/5] Link UnrealEditor-UserWidgetToSlateLoadingScreenPlugin.lib
???C?u???? C:\Users\roy00\OneDrive\Documents\Unreal Projects\PluginTest5_1\Plugins\UserWidgetToSlateLoadingScreenPlugin\Intermediate\Build\Win64\UnrealEditor\Development\UserWidgetToSlateLoadingScreenPlugin\UnrealEditor-UserWidgetToSlateLoadingScreenPlugin.lib ?ƃI?u?W?F?N?g C:\Users\roy00\OneDrive\Documents\Unreal Projects\PluginTest5_1\Plugins\UserWidgetToSlateLoadingScreenPlugin\Intermediate\Build\Win64\UnrealEditor\Development\UserWidgetToSlateLoadingScreenPlugin\UnrealEditor-UserWidgetToSlateLoadingScreenPlugin.exp ??????
[4/5] Link UnrealEditor-UserWidgetToSlateLoadingScreenPlugin.dll
LINK : fatal error LNK1104: ?t?@?C?? 'C:\Users\roy00\OneDrive\Documents\Unreal Projects\PluginTest5_1\Plugins\UserWidgetToSlateLoadingScreenPlugin\Intermediate\Build\Win64\UnrealEditor\Development\UserWidgetToSlateLoadingScreenPlugin\UnrealEditor-UserWidgetToSlateLoadingScreenPlugin.suppressed.lib' ???????Ƃ??ł??܂???
[5/5] WriteMetadata PluginTest5_1Editor.target cancelled
LogSlate: Window 'Unable to create plugin' being destroyed
Message dialog closed, result: Ok, title: Unable to create plugin, text: Failed to compile plugin source code. See output log for more information.
ファイルパスの長さが問題。
プラグインの名前を短くして解決。
ファイルパスの文字数が問題になることがあります。Windowsのファイルパスには最大の文字数制限があり、通常は260文字です。これを超えると、ビルドプロセスやファイル操作に関連する問題が発生する可能性があります。