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 FPhysicsControlCreationData
Remarks
Used on creation, to allow requesting the control to be in certain sets
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPhysicsControl | Control | ||
| TArray< FName > | Sets |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPhysicsControlCreationData& other |