Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/ModuleInput.h |
| Include | #include "SimModule/ModuleInput.h" |
Syntax
USTRUCT (BlueprintType )
struct FModuleInputSetup
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UDefaultModularVehicleInputModifier > | InputModifierClass | ||
| FName | Name | ||
| EModuleInputValueType | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FModuleInputSetup
(
const FName& InName, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FModuleInputSetup& Rhs |