Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
Tags
- 스택
- DFS
- Team Fortress 2
- 구현
- 자료구조
- 우선순위 큐
- BFS
- VR
- 시뮬레이션
- 그래프
- 유니온 파인드
- Unreal Engine 5
- 백트래킹
- 재귀
- 다이나믹 프로그래밍
- 수학
- 문자열
- 백준
- 브루트포스
- 투 포인터
- 정렬
- 그리디 알고리즘
- 유니티
- 알고리즘
- 누적 합
- ue5
- XR Interaction Toolkit
- c++
- 다익스트라
- 트리
Archives
- Today
- Total
목록2024/07/08 (1)
1일1알
Lyra분석 - LyraGameMode, experience
개인적으로 Lyra 프로젝트를 분석한 것이고, 틀린 내용이 있을 수 있습니다. 오늘은 GameMode를 분석해 보려고 한다. Lyra에서는 ALyraGameMode클래스를 GameMode 클래스로 사용한다. void ALyraGameMode::InitGame(const FString& MapName, const FString& Options, FString& ErrorMessage){ Super::InitGame(MapName, Options, ErrorMessage); // Wait for the next frame to give time to initialize startup settings GetWorld()->GetTimerManager().SetTimerForNextTick(this, &This..
언리얼/Lyra 프로젝트 분석
2024. 7. 8. 17:04