nice interaction systemでキャラ切り替え後にアイテムの取得ができなくなる #8

Closed
opened 2025-07-25 01:24:27 +00:00 by syui · 1 comment
Owner

キャラ切り替え後にアイテムの取得ができなくなる問題は、主にOn Interacted Server(AC_MakeInteractable)が反応しないからです。

この問題を解決するには、キャラ切り替え後の処理にGet Component by Class:AC_PC_InteractionSet Up Generalします。

キャラ切り替え後にアイテムの取得ができなくなる問題は、主に`On Interacted Server(AC_MakeInteractable)`が反応しないからです。 この問題を解決するには、キャラ切り替え後の処理に`Get Component by Class:AC_PC_Interaction`で`Set Up General`します。
syui closed this issue 2025-07-25 01:24:32 +00:00
Author
Owner

ue5.6.1

ログイン時にキャラクターを最初に切り替える処理を行っている場合、PC_Sandboxのsetupが引き継がれていないことを発見。したがって、再びsertupを実行しないといけなくなっていた。
custom eventをPC_Sandboxに作り実行する。

https://blueprintue.com/blueprint/9n91law0/

ue5.6.1 ログイン時にキャラクターを最初に切り替える処理を行っている場合、PC_Sandboxのsetupが引き継がれていないことを発見。したがって、再びsertupを実行しないといけなくなっていた。 custom eventをPC_Sandboxに作り実行する。 https://blueprintue.com/blueprint/9n91law0/
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai/world#8
No description provided.