RedChiken / TreasureHunter

0 stars 0 forks source link

InterpMovementComponent Problem #73

Closed RedChiken closed 4 years ago

RedChiken commented 4 years ago

InterpMovementComponent를 그냥 Map에 띄워놓고 수정을 하면 정상적으로 동작을 한다. 하지만 이를 Child Actor로 다른 Actor에 Attach 한 상태에서는 같은 형태로 구현을 하여도 정상작동하지 않는다.

  1. Collision과 관계 없이 자연스럽게 올라와야 하는데 그러지 못한다.
  2. 모든 벽이 올라와야 하는데 일부 벽만 올라오는 경우가 있다.
  3. 상대 좌표로 움직이는 방향을 지정하였는데 절대좌표로 움직인다.
RedChiken commented 4 years ago

Control Point 초기화를 Constructor에서 함으로써 해결