Navigation
API > API/Plugins > API/Plugins/PhysicsControl
References
| Module | PhysicsControl |
| Header | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlLimbData.h |
| Include | #include "PhysicsControlLimbData.h" |
Syntax
USTRUCT (BlueprintType )
struct FPhysicsControlNames
Remarks
Wrapper for the array of names, so that the control/modifier sets can we work with a map of arrays of names. Note that in practice, the names will be of either controls or body modifiers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FName > | Names | The names of either controls of body modifiers (depending on context) |