您的位置:首页 > 产品设计 > UI/UE

[UE4]角色蓝图CharacterBlueprint中设置对象往移动方向自动转向

2017-05-23 21:12 1931 查看
角色蓝图CharacterBlueprint中,设置对象沿Z轴随移动方向自动转向:

bOrientRotationToMovment = true;

bUseControllerRotationYaw = false;

 

bOrientRotationToMovment属于CharacterMovement组件:



 



 

 

bUseControllerRotationYaw属性属于当前蓝图的RootComponent:



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: