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

角色蓝图CharacterBlueprint中,设置对象沿Z轴随移动方向自动转向:

bOrientRotationToMovment = true;

bUseControllerRotationYaw = false;

 

[UE4]角色蓝图CharacterBlueprint中设置对象往移动方向自动转向_第1张图片
 
[UE4]角色蓝图CharacterBlueprint中设置对象往移动方向自动转向_第2张图片
 

你可能感兴趣的:(UE4)