nice interaction systemでキャラ切り替え後にアイテムの取得ができなくなる #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
キャラ切り替え後にアイテムの取得ができなくなる問題は、主に
On Interacted Server(AC_MakeInteractable)
が反応しないからです。この問題を解決するには、キャラ切り替え後の処理に
Get Component by Class:AC_PC_Interaction
でSet Up General
します。ue5.6.1
ログイン時にキャラクターを最初に切り替える処理を行っている場合、PC_Sandboxのsetupが引き継がれていないことを発見。したがって、再びsertupを実行しないといけなくなっていた。
custom eventをPC_Sandboxに作り実行する。
https://blueprintue.com/blueprint/9n91law0/