【问题标题】:Is there a Function for actors that does the same thing as the function "move component to"? - UE4 Blueprint是否存在与“将组件移动到”功能相同的功能? - UE4 蓝图
【发布时间】:2020-05-20 07:33:02
【问题描述】:

我需要某种“将组件移动到”功能,它做同样的事情,但对于演员。我已经搜索过,但没有找到

move component to function

【问题讨论】:

    标签: unreal-engine4 unreal-blueprint


    【解决方案1】:

    你可以使用actor的根组件,它应该移动整个actor。如果你想在两点之间移动演员,你可以使用 lerp

    【讨论】:

    • 谢谢,我已经尝试使用带有时间线的 lerp 并且效果很好。
    • @SergioNani 你能解释一下你如何使用 lerp
    • @Akashkv 在 UE4 中使用 lerp 的最简单方法是使用时间线。这是一个很好的视频,很直接地告诉你如何使用它。 youtube.com/watch?v=vLy047C8nKo
    猜你喜欢
    • 2018-04-12
    • 1970-01-01
    • 2011-11-23
    • 1970-01-01
    • 2016-03-10
    • 2019-06-01
    • 1970-01-01
    • 1970-01-01
    • 2021-11-04
    相关资源
    最近更新 更多