[UE5] Unreal Engine C++ API References
·
게임개발/Unreal Engine
언리얼에서 C++로 작업하다 보면 각 컴포넌트들에 대한 정보나 헤더 파일들이 필요한 경우가 있다. 일일히 다 찾기에는 귀찮기 때문에, 공식 레퍼런스에서 찾으면 쉽게 찾을 수 있다.https://dev.epicgames.com/documentation/en-us/unreal-engine/API 아래는 블루프린트 API References이다.https://dev.epicgames.com/documentation/en-us/unreal-engine/BlueprintAPI 또한, 전반적인 언리얼 개념들에 대한 문서도 있다.https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-engine-5-4-documentation
[Unreal 5] Hallucination
·
게임제작
학교 전공 팀플 수업의 결과물입니다. 게임 이름: Hallucination 개발 기간: 2023.09 ~ 2023.12 개발 인원: 6명 개발 도구: Unreal 5.0.3 버전 관리: Git 플랫폼: Windows 장르: 잠입, 공포 [트레일러 영상] [담당 개발] 저는 Player, Interaction, UI, Packaging을 담당했습니다. [Player] 기본적인 조작 WASD 이동 Shift 달리기 [Interaction] 좌클릭: 물체 들기 or 밀고 당기기 물체 들기 물체 들고 있는 상태에서 좌클릭: 물체 놓기 물체 들고 있는 상태에서 우클릭: 물체 조준, 다시 클릭하면 던지기 밀고 당기기 물체 잡은 상태에서 앞/뒤로 이동하여 물체 밀고 당기기 [UI] Object Highlight & ..
[Unreal Engine 5] Package Error 정복하기(malformed tag, unknown structure, modify UObject)
·
게임개발/Unreal Engine
언리얼로 개발해서 마무리 즈음에 패키지를 하려고 하니 다양한 오류가 반겨왔다. 패키지는 Variant: Windows Config: Shipping Data Build: By the book 설정으로 진행했다. 1. has malformed tag LogAssetRegistry: Error: Package C:/Development/Hallucination/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/9/V1/RDGDCZBLTS71E2YXHI0YFN.uasset has malformed tag 해결방법: 그냥 단순히 저 파일을 삭제해서 해결했다. 2. Unknown structure LogProperty: Error: FStructPropert..