gameplay camera plugin crash #6

Closed
opened 2025-07-10 19:39:11 +00:00 by syui · 2 comments
Owner

https://blueprintue.com/blueprint/-e0r7oxq/2/

ue5.5と5.6では関数も他の処理も変わっていて、更にrotationをCharacter_BPでsetすると、crashするbugがあるようだ。

スクリーンショット 2025-07-11 044026.png

スクリーンショット 2025-07-11 044229.png

https://blueprintue.com/blueprint/-e0r7oxq/2/ ue5.5と5.6では関数も他の処理も変わっていて、更にrotationをCharacter_BPでsetすると、crashするbugがあるようだ。 ![スクリーンショット 2025-07-11 044026.png](/attachments/2b722b35-713b-4070-b435-bb26daee3a9a) ![スクリーンショット 2025-07-11 044229.png](/attachments/9432600e-8d3b-4fb1-9daf-f8fc578326d6)
syui changed title from gameplay camera pluguin set rotation crash to gameplay camera plugin set rotation crash 2025-07-10 19:39:44 +00:00
syui closed this issue 2025-07-10 19:45:30 +00:00
Author
Owner

その後も問題が発生し続ける事態になった。

buildが通らない問題から、gaspから持ってきたgameplay cameraが動かないなど。

PropertyDesc->CachedProperty [File:D:\build\++UE5\Sync\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Private\Build\CameraObjectInterfaceParameterBuilder.cpp] [Line: 276]

PropertyDesc && PropertyDesc->CachedProperty  [File:D:\build\++UE5\Sync\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Private\Helpers\CameraObjectInterfaceParameterOverrideHelper.cpp] [Line: 523]

スクリーンショット 2025-07-23 212046.png

buildが通るgaspのものを使用しても、standしか設定されておらず、styleを変更できなくなる。

その後も問題が発生し続ける事態になった。 buildが通らない問題から、gaspから持ってきたgameplay cameraが動かないなど。 ```sh PropertyDesc->CachedProperty [File:D:\build\++UE5\Sync\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Private\Build\CameraObjectInterfaceParameterBuilder.cpp] [Line: 276] PropertyDesc && PropertyDesc->CachedProperty [File:D:\build\++UE5\Sync\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Private\Helpers\CameraObjectInterfaceParameterOverrideHelper.cpp] [Line: 523] ``` ![スクリーンショット 2025-07-23 212046.png](/attachments/5dd17188-1812-47c8-bc34-dc6ec87b9a79) buildが通るgaspのものを使用しても、`stand`しか設定されておらず、styleを変更できなくなる。
syui reopened this issue 2025-07-23 12:23:14 +00:00
syui changed title from gameplay camera plugin set rotation crash to gameplay camera plugin crash 2025-07-23 18:56:51 +00:00
Author
Owner

gaspから持ってきたBPI_GameplayCameraでbuildが通ります。
CBP_SandboxCharacterのクラスにBPI_GameplayCameraのインターフェイスがあります。その中身が消えるので作り直します。

gaspから持ってきた`BPI_GameplayCamera`でbuildが通ります。 CBP_SandboxCharacterのクラスに`BPI_GameplayCamera`のインターフェイスがあります。その中身が消えるので作り直します。
syui closed this issue 2025-07-25 01:25:09 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai/world#6
No description provided.