Navigation
API > API/Plugins > API/Plugins/InputEditor
Inheritance Hierarchy
- UFactory
- UInputMappingContext_Factory
References
| Module | InputEditor |
| Header | /Engine/Plugins/EnhancedInput/Source/InputEditor/Public/InputEditorModule.h |
| Include | #include "InputEditorModule.h" |
Syntax
UCLASS ()
class UInputMappingContext_Factory : public UFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TWeakObjectPtr< UInputAction > > | InitialActions | An array of Input Actions that the mapping context should be populated with upon creation | |
| TSubclassOf< class UInputMappingContext > | InputMappingContextClass |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UInputMappingContext_Factory
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| UObject * | FactoryCreateNew
(
UClass* Class, |
||
| void | SetInitialActions
(
TArray< TWeakObjectPtr< UInputAction > > InInitialActions |
Set the array of initial actions that the resulting IMC should be populated with |