Navigation
API > API/Plugins > API/Plugins/InputEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UInputMappingContext_Factory
References
| Module | InputEditor |
| Header | /Engine/Plugins/EnhancedInput/Source/InputEditor/Public/InputEditorModule.h |
| Include | #include "InputEditorModule.h" |
Syntax
UCLASS&40;&41;
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 | |
|---|---|---|---|
| void | SetInitialActions
(
TArray< TWeakObjectPtr< UInputAction >> InInitialActions |
Set the array of initial actions that the resulting IMC should be populated with |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | Opens a dialog to configure the factory properties. | ||
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |