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 FPhysicsControlNamedControlParameters
Remarks
Data that can be used to parameterize (modify/update) a control
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPhysicsControlSparseData | Data | ||
| FName | Name | The name of the control (or set of controls) to update. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPhysicsControlNamedControlParameters
(
FName InName, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPhysicsControlNamedControlParameters& other |