Navigation
API > API/Plugins > API/Plugins/Mover
| Name | FSimulationOutputRecord |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverSimulationTypes.h |
| Include Path | #include "MoverSimulationTypes.h" |
Syntax
class FSimulationOutputRecord
Structs
| Name | Remarks |
|---|---|
| FData |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentIndex | uint8 | MoverSimulationTypes.h | ||
| Data | FData | MoverSimulationTypes.h | ||
| Events | TArray< TSharedPtr< FMoverSimulationEventData > > | MoverSimulationTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const FMoverTimeStep& InTimeStep, |
MoverSimulationTypes.h | ||
void Clear() |
MoverSimulationTypes.h | ||
void CreateInterpolatedResult
(
double AtBaseTimeMs, |
This will create an interpolated output and extract events from the stored data with time stamps up until the input time | MoverSimulationTypes.h | |
const FSimulationOutputData & GetLatest() |
MoverSimulationTypes.h |