Navigation
API > API/Plugins > API/Plugins/PhysicsControl
References
| Module | PhysicsControl |
| Header | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlData.h |
| Include | #include "PhysicsControlData.h" |
Syntax
USTRUCT (BlueprintType )
struct FPhysicsControlControlAndModifierUpdates
Remarks
These apply permanent changes to the controls and modifiers, allowing all the settings to be changed (apart from the actual bodies that are being controlled/affected)
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FPhysicsControlNamedControlMultiplierParameters > | ControlMultiplierUpdates | Modifications to the underlying control multipliers | |
| TArray< FPhysicsControlNamedControlParameters > | ControlUpdates | Modifications to the underlying controls | |
| TArray< FPhysicsControlNamedModifierParameters > | ModifierUpdates | Modifications to the underlying modifiers |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPhysicsControlControlAndModifierUpdates& other |