Navigation
API > API/Plugins > API/Plugins/CableComponent
References
| Module | CableComponent |
| Header | /Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Classes/CableComponent.h |
| Include | #include "CableComponent.h" |
Syntax
struct FCableParticle
Remarks
Struct containing information about a point along the cable
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFree | If this point is free (simulating) or fixed to something | |
| FVector | OldPosition | Position of point on previous iteration | |
| FVector | Position | Current position of point |
Constructors
| Type | Name | Description | |
|---|---|---|---|