|
KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
|
#include <NetworkData.h>
FResponseUserRegister에 대한 협력 다이어그램:Public 멤버 함수 | |
| void | PrintData () const |
| 디버그 로그에 응답 내용을 출력합니다. | |
| void | SetFromHttpResponse (const TSharedPtr< class IHttpResponse, ESPMode::ThreadSafe > &Response) |
| HTTP 응답을 파싱해 상태 정보를 갱신합니다. | |
Public 속성 | |
| FString | |
| int32 | id = 0 |
| bool | is_active |
| FString | username |
NetworkData.h 파일의 453 번째 라인에서 정의되었습니다.
| void FResponseUserRegister::PrintData | ( | ) | const |
디버그 로그에 응답 내용을 출력합니다.
NetworkData.cpp 파일의 144 번째 라인에서 정의되었습니다.
다음을 참조함 : NETWORK_LOG.
다음에 의해서 참조됨 : UPopup_InputMsg::OnResponseUserRegister(), ANetworkTesterActor::OnResponseUserRegister(), UKLingoNetworkSystem::RequestUserRegister().
이 함수를 호출하는 함수들에 대한 그래프입니다.:| void FResponseUserRegister::SetFromHttpResponse | ( | const TSharedPtr< class IHttpResponse, ESPMode::ThreadSafe > & | Response | ) |
HTTP 응답을 파싱해 상태 정보를 갱신합니다.
NetworkData.cpp 파일의 124 번째 라인에서 정의되었습니다.
다음을 참조함 : email, is_active, username.
다음에 의해서 참조됨 : UKLingoNetworkSystem::RequestUserRegister().
이 함수를 호출하는 함수들에 대한 그래프입니다.:| FString FResponseUserRegister::email |
NetworkData.h 파일의 464 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : SetFromHttpResponse().
| int32 FResponseUserRegister::id = 0 |
NetworkData.h 파일의 458 번째 라인에서 정의되었습니다.
| bool FResponseUserRegister::is_active |
NetworkData.h 파일의 467 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : SetFromHttpResponse().
| FString FResponseUserRegister::username |
NetworkData.h 파일의 461 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : UPopup_InputMsg::OnResponseUserRegister(), SetFromHttpResponse().