Navigation
API > API/Plugins > API/Plugins/ChaosModularVehicleEngine > API/Plugins/ChaosModularVehicleEngine/UModularVehicleBaseComponent
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
CONTROLS |
ChaosModularVehicle/ModularVehicleBaseComponent.h |
|
|
|
ChaosModularVehicle/ModularVehicleBaseComponent.h |
|
|
|
ChaosModularVehicle/ModularVehicleBaseComponent.h |
|
|
|
ChaosModularVehicle/ModularVehicleBaseComponent.h |
|
|
|
ChaosModularVehicle/ModularVehicleBaseComponent.h |
|
Description
CONTROLS
void SetInput(const FName& Name, const FModuleInputValue& Value); Control inputs are automatically quantized for networking
| |
|
| Name |
SetInput |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/ModularVehicleBaseComponent.h |
| Include Path |
#include "ChaosModularVehicle/ModularVehicleBaseComponent.h" |
| Source |
/Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Private/ChaosModularVehicle/ModularVehicleBaseComponent.cpp |
void SetInput
(
const FName & Name,
const bool Value
)
| |
|
| Name |
SetInput |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/ModularVehicleBaseComponent.h |
| Include Path |
#include "ChaosModularVehicle/ModularVehicleBaseComponent.h" |
void SetInput
(
const FName & Name,
const int32 Value
)
| |
|
| Name |
SetInput |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/ModularVehicleBaseComponent.h |
| Include Path |
#include "ChaosModularVehicle/ModularVehicleBaseComponent.h" |
| Source |
/Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Private/ChaosModularVehicle/ModularVehicleBaseComponent.cpp |
void SetInput
(
const FName & Name,
const double Value
)
| |
|
| Name |
SetInput |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/ModularVehicleBaseComponent.h |
| Include Path |
#include "ChaosModularVehicle/ModularVehicleBaseComponent.h" |
| Source |
/Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Private/ChaosModularVehicle/ModularVehicleBaseComponent.cpp |
void SetInput
(
const FName & Name,
const FVector2D & Value
)
| |
|
| Name |
SetInput |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/ModularVehicleBaseComponent.h |
| Include Path |
#include "ChaosModularVehicle/ModularVehicleBaseComponent.h" |
| Source |
/Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Private/ChaosModularVehicle/ModularVehicleBaseComponent.cpp |
void SetInput
(
const FName & Name,
const FVector & Value
)