Navigation
API > API/Plugins > API/Plugins/PhysicsControl
References
| Module | PhysicsControl |
| Header | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlComponent.h |
| Include | #include "PhysicsControlComponent.h" |
Syntax
enum EResetToCachedTargetBehavior
&123;
ResetImmediately,
ResetDuringUpdateControls,
&125;
Values
| Name | Description |
|---|---|
| ResetImmediately | Reset of the associated physics bodies is done immediately, to whatever transforms are in the cache. |
| ResetDuringUpdateControls | Reset of the associated physics bodies will be done during the next Tick (or UpdateControls). |
Remarks
Specifies how any reset to cached target should work.