Navigation
API > API/Plugins > API/Plugins/ChaosModularVehicleEngine
Helper class to store physics async output results Todo: generalize this as a Chaos helper template class
| Name | FSimModuleOutputRecord |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/ChaosSimModuleManager.h |
| Include Path | #include "ChaosModularVehicle/ChaosSimModuleManager.h" |
Syntax
class FSimModuleOutputRecord
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPreviousOutputIs0 | bool | ChaosModularVehicle/ChaosSimModuleManager.h | ||
| CachedOutput_0 | Chaos::TSimCallbackOutputHandle< FChaosSimModuleManagerAsyncOutput > | ChaosModularVehicle/ChaosSimModuleManager.h | ||
| CachedOutput_1 | Chaos::TSimCallbackOutputHandle< FChaosSimModuleManagerAsyncOutput > | ChaosModularVehicle/ChaosSimModuleManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Clear() |
Clears (and deletes) stored outputs. | ChaosModularVehicle/ChaosSimModuleManager.h | |
void ConsumeOutput
(
Chaos::TSimCallbackOutputHandle< FChaosSimModuleManagerAsyncOutput >&& Output |
Consumes an async output. | ChaosModularVehicle/ChaosSimModuleManager.h | |
double GetInterpolationFactor
(
double AtInternalTime |
Returns the interpolation factor. | ChaosModularVehicle/ChaosSimModuleManager.h | |
double GetLatestOutputStartTime() |
Returns the start time (InternalTime) of the most recent output. | ChaosModularVehicle/ChaosSimModuleManager.h | |
const FChaosSimModuleManagerAsyncOutput * GetNextOutput () |
Returns the most recent stored output. | ChaosModularVehicle/ChaosSimModuleManager.h | |
| ChaosModularVehicle/ChaosSimModuleManager.h | |||
| Returns the oldest stored output. | ChaosModularVehicle/ChaosSimModuleManager.h | ||
| ChaosModularVehicle/ChaosSimModuleManager.h |