Navigation
API > API/Plugins > API/Plugins/ChaosModularVehicleEngine > API/Plugins/ChaosModularVehicleEngine/ChaosModularVehicle
References
| Module | ChaosModularVehicleEngine |
| Header | /Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/ModularVehicleSocket.h |
| Include | #include "ChaosModularVehicle/ModularVehicleSocket.h" |
Syntax
USTRUCT (BlueprintType )
struct FModularVehicleSocket
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | RelativeLocation | ||
| FRotator | RelativeRotation | ||
| FName | SocketName | Defines a named attachment location on the Modular vehicle. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTransform | Returns FTransform of Socket local transform | ||
| FVector | GetLocation
(
const UClusterUnionVehicleComponent* Component |
||
| FTransform | GetTransform
(
const UClusterUnionVehicleComponent* Component |
Utility that returns the current transform for this socket. |