Navigation
API > API/Plugins > API/Plugins/CableComponent
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- ACableActor
References
| Module | CableComponent |
| Header | /Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Classes/CableActor.h |
| Include | #include "CableActor.h" |
Syntax
UCLASS&40;HideCategories&61;&40;Input, Replication&41;,
ShowCategories&61;&40;"Input&124;MouseInput", "Input&124;TouchInput"&41;&41;
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 |