RedChiken / TreasureHunter

0 stars 0 forks source link

Attach Puzzle #58

Closed RedChiken closed 4 years ago

RedChiken commented 4 years ago

Attach Puzzle 구조 정리 image

RedChiken commented 4 years ago

Attach Enum을 만들어 State에 따라 값이 변화함

RedChiken commented 4 years ago

결국 3개의 Collision Trigger를 이용한 Object 확인 과정에서 문제가 발생.

AttachToComponent를 하고 나면 AttachedPiece가 nullptr로 초기화 된다.

때문에 지역변수를 통해 reference를 저장하여 복구해주는 과정을 추가하여 문제를 해결하였다

RedChiken commented 4 years ago

BInInteraction 변수를 임시로 제거.

개발이 완료된 후 해당 기능을 InteractionType으로 대체

RedChiken commented 4 years ago

InteractionType을 기반으로 한 Switch 문으로 기능 분리 완료