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

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


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


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

个人理解

当鼠标光标离开对象没有与对象重叠时执行


官方注解

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

翻译


目录树:


图片


代码:

Begin Object Class=/Script/BlueprintGraph.K2Node_Event Name="K2Node_Event_25"
   EventReference=(MemberParent=Class'"/Script/Engine.Actor"',MemberName="ReceiveActorEndCursorOver")
   bOverrideFunction=True
   NodePosX=5520
   NodePosY=5568
   NodeGuid=0A5F69154C445B37C2200EB5FD1DFBF3
   CustomProperties Pin (PinId=8ED42B3440BA8D7A9879BB940B7AC437,PinName="OutputDelegate",Direction="EGPD_Output",PinType.PinCategory="delegate",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(MemberParent=Class'"/Script/Engine.Actor"',MemberName="ReceiveActorEndCursorOver"),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=07B28711457E30A5E2C56DB07C7437CC,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/80081766