KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
GameLogging.cpp
이 파일의 문서화 페이지로 가기
1// Copyright (c) 2025 Doppleddiggong. All rights reserved. Unauthorized copying, modification, or distribution of this file, via any medium is strictly prohibited. Proprietary and confidential.
2
7#include "GameLogging.h"
8
9// 일반 게임 로깅을 위한 로그 카테고리를 실제로 정의합니다.
DEFINE_LOG_CATEGORY(LogCoffee)
YiSan 전반에서 사용하는 공용 인터페이스를 선언합니다.