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 ()
struct FModuleInputContainer
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int | AddInput
(
EModuleInputValueType Type, |
||
| int | GetNumInputs () |
||
| FModuleInputValue | GetValueAtIndex
(
int Index |
||
| void | Initialize
(
TArray< FModuleInputSetup >& SetupData, |
||
| void | Lerp
(
const FModuleInputContainer& Min, |
||
| void | Merge
(
const FModuleInputContainer& From |
||
| void | MergeValueAtIndex
(
int Index, |
||
| void | |||
| void | Serialize
(
FArchive& Ar, |
||
| void | SetValueAtIndex
(
int Index, |
||
| void | ZeroValues () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FModuleInputContainer & | operator=
(
const FModuleInputContainer& Other |
Typedefs
| Name | Description |
|---|---|
| FInputNameMap | |
| FInputValues |