Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UK2Node_InputTouch
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputTouch.h |
| Include | #include "K2Node_InputTouch.h" |
Syntax
class UK2Node_InputTouch :
public UK2Node,
public IK2Node_EventNodeInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bConsumeInput | Prevents actors with lower priority from handling this input. | |
| uint32: 1 | bExecuteWhenPaused | Should the binding execute even when the game is paused. | |
| uint32: 1 | bOverrideParentBinding | Should any bindings to this event in parent classes be removed. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_InputTouch
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | |||
| UEdGraphPin * | |||
| UEdGraphPin * | GetMovedPin () |
Get the 'moved' input pin | |
| UEdGraphPin * | Get the 'pressed' input pin | ||
| UEdGraphPin * | Get the 'released' input pin | ||
| UEnum * | |||
| bool | IsCompatibleWithGraph
(
const UEdGraph* TargetGraph |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node | |
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| FText | Override to provide a default category for specific node types to be listed under. | ||
| bool | Return whether the node's properties display in the blueprint details panel |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | Allocate default pins for a given node, based only the NodeType, which should already be filled in. | ||
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FLinearColor | Gets the draw color of a node's title bar | ||
| FText | Gets the tooltip to display when over the node |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Overridden from IK2Node_EventNodeInterface
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FEdGraphSchemaAction > | GetEventNodeAction
(
const FText& ActionCategory |