UE4蓝图API翻译【节点】--- Event ActorBeginCursorOver

翻译人: 巴拉达尔
参考的引擎版本:4.19.1
翻译内容仅作临时参考,目的是为了降低无基础者初期的学习门槛。
所以当书写、交流、等实际使用时切记: 须以英文为准
若你对翻译感兴趣,请点击【翻译进度/模板共享】


该节点处于翻译步骤中的:仅翻译节点名。后续细致内容请耐心等待,或向我们提交您的翻译,提交方式请参阅【翻译进度/模板共享】


官网地址 Event ActorBeginCursorOver
翻译 鼠标光标与对象重叠时事件

个人理解

当鼠标的光标移动到对象上与对象重叠时执行


官方注解

Event when this actor has the mouse moved over it with the clickable interface.
Target is Actor

翻译


目录树:


图片


代码:

Begin Object Class=/Script/BlueprintGraph.K2Node_Event Name="K2Node_Event_19"
   EventReference=(MemberParent=Class'"/Script/Engine.Actor"',MemberName="ReceiveActorBeginCursorOver")
   bOverrideFunction=True
   NodePosX=5424
   NodePosY=5392
   NodeGuid=D46B48CE47C312E50C04888FA97A2C64
   CustomProperties Pin (PinId=0034D7FB43B27D80E92E9A9867B2004E,PinName="OutputDelegate",Direction="EGPD_Output",PinType.PinCategory="delegate",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(MemberParent=Class'"/Script/Engine.Actor"',MemberName="ReceiveActorBeginCursorOver"),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsArray=False,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
   CustomProperties Pin (PinId=1828052441C1978D9412F6B836E239F1,PinName="then",Direction="EGPD_Output",PinType.PinCategory="exec",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsArray=False,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object

猜你喜欢

转载自blog.csdn.net/disheng151/article/details/80080552