gameplay camera plugin crash #6
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?
https://blueprintue.com/blueprint/-e0r7oxq/2/
ue5.5と5.6では関数も他の処理も変わっていて、更にrotationをCharacter_BPでsetすると、crashするbugがあるようだ。
gameplay camera pluguin set rotation crashto gameplay camera plugin set rotation crashその後も問題が発生し続ける事態になった。
buildが通らない問題から、gaspから持ってきたgameplay cameraが動かないなど。
buildが通るgaspのものを使用しても、
stand
しか設定されておらず、styleを変更できなくなる。gameplay camera plugin set rotation crashto gameplay camera plugin crashgaspから持ってきた
BPI_GameplayCamera
でbuildが通ります。CBP_SandboxCharacterのクラスに
BPI_GameplayCamera
のインターフェイスがあります。その中身が消えるので作り直します。