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 FPhysicsControlSetUpdate
Remarks
Update an existing set, or add to it
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FName > | Names | The names of either controls or body modifiers (depending on context), or sets of controls/body modifiers | |
| FName | SetName |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPhysicsControlSetUpdate& other |