Navigation
API > API/Plugins > API/Plugins/InputBlueprintNodes
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_EnhancedInputAction
References
| Module | InputBlueprintNodes |
| Header | /Engine/Plugins/EnhancedInput/Source/InputBlueprintNodes/Public/K2Node_EnhancedInputAction.h |
| Include | #include "K2Node_EnhancedInputAction.h" |
Syntax
UCLASS ()
class UK2Node_EnhancedInputAction :
public UK2Node ,
public IK2Node_EventNodeInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UInputAction > | InputAction |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_EnhancedInputAction
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| bool | |||
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText | |||
| bool | IsCompatibleWithGraph
(
UEdGraph const* Graph |
||
| void | PinConnectionListChanged
(
UEdGraphPin* Pin |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node | |
| UObject * | |||
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| FText | Override to provide a default category for specific node types to be listed under. | ||
| FLinearColor | |||
| FBlueprintNodeSignature | GetSignature () |
Retrieves a unique identifier for this node type. | |
| bool | IsConnectionDisallowed
(
const UEdGraphPin* MyPin, |
||
| void | |||
| void | Called at the end of ReconstructNode, allows node specific work to be performed | ||
| bool | Return whether the node's properties display in the blueprint details panel | ||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
Overridden from IK2Node_EventNodeInterface
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FEdGraphSchemaAction > | GetEventNodeAction
(
const FText& ActionCategory |