It appears that FSlateApplication::OnControllerAnalog triggers a left mouse click to occur on mobile platforms. If developers haven't properly avoided hooking up delegates to the InputComponent for ...
Clothing can have noticeable popping when switching LODs, and there is currently no mechanism to initially start cloth in a resting pose, causing popping on spawn. ...
When the DLC is being built for a project and stored in a plugin, the result is normaly until the DLC is packaged multiple times. This leads to the file path becoming more and more nested each time. ...
Ragdoll replication on server side is not replicated correctly on client. The client will see the server players ragdoll dissappear and reappear at the 0,0,0 origin point. AnswerHub Posts: https: ...
https://udn.unrealengine.com/questions/510965/view.html ...
Linked animation graph doesn't trigger anim notifications on dedicated server. There is no expected message in log: LogBlueprintUserMessages: [HitReact_AnimBP_C_0] Client 0: HitNotify IsServer: tru ...
when curl requests are redirected (301) – response headers are merged together and are comma separated. but, Content-Type headers are required to use semi-colon ";" separators. ...
There seems to be a discrepancy between the output of Get Mouse Position node depending on whether the node is inside an Actor function or called from Event Tick. If the node is present inside a fun ...
Strong object reference properties of an 'EditInline'-decorated UCLASS type embedded within a native C++ struct definition can be instanced at edit time by the user as part of a variable's default v ...
A user is reporting that using the following code in a GameMode class causes shipping iOS packages to crash on launch:void ANOGSSDKGameModeBase::StartPlay() { std::thread([](){ std::clog << "THRE ...