KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
ULingoGameInstanceSubsystem.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
3
5
6/* -----------------------------------------------------------
7 * UserInfo 관리
8 * ----------------------------------------------------------- */
9
11{
12 UserInfo = InInfo;
13}
void SetUserInfo(const FResponseUserMe &InInfo)
로그인 이후 UserInfo 설정
FResponseUserMe UserInfo
사용자 정보 (replication 없음 – 클라이언트 로컬 전용 저장소)