码迷,mamicode.com
首页 > 其他好文 > 详细

ue4 WidgetComponent Geometry Mode Cylinder距离近了无法点击的问题

时间:2020-07-24 16:38:26      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:getc   问题   lazy   inter   load   png   反向   http   使用   

  问题:

  3Dwidget,使用WidgetInteration交互,当WidgetComponent的Geometry Mode为Cylinder的时候,当WidgetInteration距离太近的时候,就无法使用WidgetInteration点击WidgetComponent了

  办法:

  我估计是WidgetComponent为Cylinder的时候,WidgetComponent的碰撞层并不也是Cylinder,而依旧是plane

  技术图片

 

如图,WidgetComponent已经是Cylinder了  

  技术图片

 

而widgetcomponent碰撞层我估计依旧是上图红色线那里,那么当我们WidgetInteraction在红色线以内时,就没有碰撞了。。。。

  解决办法就是,将WidgetInteration反向移动,让手柄即使都碰到WidgetComponent了,widgetinteraction依旧处于红色线以外,这样WidgetInteraction发出的射线依旧能够碰撞到WidgetComponent的碰撞层

   技术图片

 

   解决。

 

  

ue4 WidgetComponent Geometry Mode Cylinder距离近了无法点击的问题

标签:getc   问题   lazy   inter   load   png   反向   http   使用   

原文地址:https://www.cnblogs.com/LynnVon/p/13371622.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!