Navigation
API > API/Plugins > API/Plugins/InputEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UInputAction_Factory
References
| Module | InputEditor |
| Header | /Engine/Plugins/EnhancedInput/Source/InputEditor/Public/InputEditorModule.h |
| Include | #include "InputEditorModule.h" |
Syntax
UCLASS&40;&41;
class UInputAction_Factory : public UFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UInputAction > | InputActionClass |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UInputAction_Factory
(
const FObjectInitializer& ObjectInitializer |
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. |