Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime
| |
|
| Name |
EChaosVDJointReSimType |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDJointDataWrappers.h |
| Include Path |
#include "DataWrappers/ChaosVDJointDataWrappers.h" |
Syntax
enum EChaosVDJointReSimType
{
FullResim = 0,
ResimAsFollower = 1,
}
Values
| Name |
Remarks |
| FullResim |
Fully re-run simulation and keep results (any forces must be applied again) |
| ResimAsFollower |
Use previous forces and snap to previous results regardless of variation - used to push other objects away |