Navigation
API > API/Plugins > API/Plugins/ChaosVehicles
Inheritance Hierarchy
- ISimCallbackObject
- TSimCallbackObject
- FChaosVehicleManagerAsyncCallback
References
| Module | ChaosVehicles |
| Header | /Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/ChaosVehicleManagerAsyncCallback.h |
| Include | #include "ChaosVehicleManagerAsyncCallback.h" |
Syntax
class FChaosVehicleManagerAsyncCallback : public Chaos::TSimCallbackObject< FChaosVehicleManagerAsyncInput, FChaosVehicleManagerAsyncOutput, Chaos::ESimCallbackOptions::Presimulate|Chaos::ESimCallbackOptions::Rewind >
Remarks
Async callback from the Physics Engine where we can perform our vehicle simulation
Overridden from ISimCallbackObject
| Type | Name | Description | |
|---|---|---|---|
| FName | Get a stat name to describe this callback in external profiling and STATS when Named events are enabled |