07 - Hero Character Mobility
2017-07-18 本文已影响16人
镜月s
给Hero 蓝图添加移动功能
上下左右移动 通过AddMovementInput 节点
通过方向键 生成一个vector 过滤掉< 0.25 以下的数值 根据RotationFromXVector 获得一个旋转的角度
通过SetControlRotation设置角色的角度
给Hero 蓝图添加移动功能
上下左右移动 通过AddMovementInput 节点
通过方向键 生成一个vector 过滤掉< 0.25 以下的数值 根据RotationFromXVector 获得一个旋转的角度
通过SetControlRotation设置角色的角度