766 B
766 B
nice interaction system
- docsがあります。基本的にGame Modeの設定に入っているPlayer Controller, Game Stateのファイルを開きます。GASは
GM_Snadbox
などがそれにあたります。これらのBPにcomponentを追加します。 - Player Controller:
AC_PC_Interaction
The only thing you need to do now is open your Player Controller and add the AC_PC_Interaction component:
- Game State:
AC_GS_Interaction
Now just add the AC_GS_Interaction component to your game state:
- project設定にてcollisionのtrace channelに
LookAtTrace
をignore
で追加します。