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