FConcertClientMovement::MoveSmooth

Move smoothly over time based on previous and last known positions.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/ConcertClientMovement.h

Include

#include "ConcertClientMovement.h"

Source

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Private/ConcertClientMovement.cpp

Syntax

void MoveSmooth
(
    double InDeltaTimeSeconds,
    FVector & OutPosition,
    FQuat * OutOrientation
)

Remarks

Move smoothly over time based on previous and last known positions.

Parameters

Parameter

Description

InDeltaTimeSeconds

Time passed since previous call to MoveSmooth.

OutPosition

New position after moving

OutOrientation

New orientation after moving

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss