[언리얼] Udemy 강의 5일차 메모 (~55강)
·
언리얼/[Udemy] UE5
이 포스팅은 아래 강의를 들으며 작성되었습니다. https://www.udemy.com/course/unrealcourse-korean/ Tip 벡터 값 등 여러 가지를 입력해야 하는 값을 복사할 때 우클릭 하면 값을 하나하나 복사하지 않고 전체를 복사, 붙여 넣기 할 수 있다. 의사코드 (PseudoCode): 일반적인 언어로 알고리즘이 어떻게 진행되는지 설명한 것. // Move platform forwards // Get current location // Add vector to that location // Set the location // Send platform back if gone too far // Check how far we've moved // Reverse direction o..