Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/ConcertClientMovement.h |
| Include | #include "ConcertClientMovement.h" |
Syntax
class FConcertClientMovement
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConcertClientMovement
(
double InUpdateFrequencyTimeSeconds, |
Constructor | ||
FConcertClientMovement
(
double InUpdateFrequencyTimeSeconds, |
Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MoveSmooth
(
double InDeltaTimeSeconds, |
Move smoothly over time based on previous and last known positions. | |
| void | UpdateLastKnownLocation
(
double InUpdateTimestampSeconds, |
Update last known location. |