Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime
| |
|
| Name |
EChaosVDKinematicTargetMode |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDParticleDataWrapper.h |
| Include Path |
#include "DataWrappers/ChaosVDParticleDataWrapper.h" |
Syntax
enum EChaosVDKinematicTargetMode
{
None,
Reset,
Position,
Velocity,
}
Values
| Name |
Remarks |
| None |
|
| Reset |
Particle does not move and no data is changed |
| Position |
Particle does not move, velocity and angular velocity are zeroed, then mode is set to "None". |
| Velocity |
Particle is moved to Kinematic Target transform, velocity and angular velocity updated to reflect the change, then mode is set to "Reset". |