Navigation
API > API/Plugins > API/Plugins/CableComponent
Inheritance Hierarchy
- AActor
- ACableActor
References
| Module | CableComponent |
| Header | /Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Classes/CableActor.h |
| Include | #include "CableActor.h" |
Syntax
UCLASS (HideCategories=(Input, Replication),
ShowCategories=("Input|MouseInput", "Input|TouchInput"))
class ACableActor : public AActor
Remarks
An actor that renders a simulated cable
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UCableComponent > | CableComponent | Cable component that performs simulation and rendering |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ACableActor
(
const FObjectInitializer& ObjectInitializer |