리리쟝 2023. 5. 31. 00:08

FUdpSocketBuilder: Failed to create and initialize socket UdpMessageMulticastSocket 

위와 같은 메세지가 뜨면서 무한 컴파일

>> 네트워크 문제일 가능성이 높음.

VPN이나 네트워크 어댑터 문제일 수 있음.

랜선을 뽑고 무선랜으로 연결했더니 해결됨 (...)

 

해결하는데 참조한 글

https://forums.unrealengine.com/t/fudpsocketbuilder-errors-causing-frame-rate-drops-but-no-networking-in-project/467818/5

 

FUdpSocketBuilder errors causing frame rate drops but no networking in project

For me it stops after I connect to my workplace VPN. I set up SVN version control in engine and this error message begins pop up after VPN connection drops.

forums.unrealengine.com

 

 

블루프린트로 디자인한 UI 팝업을 가져오는데

경로 레퍼런스를 복사한 후

"/Game/UI/UI_InteractablePopup.UI_InteractablePopup_C"

_C 를 붙여줘야 정상적으로 불러올 수 있음

이유는 아직 모르겠는데 찾아봐야겠다. (클래스임을 나타내줘야 하는 것으로 추정?)