|
KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
|
#include <NetworkData.h>
FResponseInterviewAnswer에 대한 협력 다이어그램:Public 멤버 함수 | |
| void | PrintData () const |
| 디버그 로그에 응답 내용을 출력합니다. | |
| void | SetFromHttpResponse (const TSharedPtr< class IHttpResponse, ESPMode::ThreadSafe > &Response) |
| HTTP 응답을 파싱해 구조체를 채웁니다. | |
NetworkData.h 파일의 897 번째 라인에서 정의되었습니다.
| void FResponseInterviewAnswer::PrintData | ( | ) | const |
디버그 로그에 응답 내용을 출력합니다.
NetworkData.cpp 파일의 719 번째 라인에서 정의되었습니다.
다음을 참조함 : NETWORK_LOG.
| void FResponseInterviewAnswer::SetFromHttpResponse | ( | const TSharedPtr< class IHttpResponse, ESPMode::ThreadSafe > & | Response | ) |
HTTP 응답을 파싱해 구조체를 채웁니다.
NetworkData.cpp 파일의 708 번째 라인에서 정의되었습니다.
다음을 참조함 : NETWORK_LOG.