This commit is contained in:
syui 2025-02-14 02:44:38 +09:00
parent a49bf76d9c
commit 7fdc207655
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 3 additions and 0 deletions

View File

@ -389,6 +389,8 @@ GameAnimationSample
+CVarsArray=(Type=CVarBool,Name="DDCVar.NewGameplayCameraSystem.Enable",ToolTip="",DefaultValueFloat=0.000000,DefaultValueInt=0,DefaultValueBool=True)
```
現在、[characterのcollisionが機能しない問題](/city/00_err.html)が発生します。
### Collision Trace Channel
`Collision Trace Channel`を設定するには、`Config/DefaultEngine.ini`を編集する必要があります。以下の手順で行います。GASは`traversable`を追加します。これが追加されていないと動きません。

View File

@ -7,3 +7,4 @@
> The only thing you need to do now is open your Player Controller and add the AC_PC_Interaction component:
3. Game State: `AC_GS_Interaction`
> Now just add the AC_GS_Interaction component to your game state:
4. project設定にてcollisionのtrace channelに`LookAtTrace``ignore`で追加します。