Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputKey.h |
Include |
#include "K2Node_InputKey.h" |
class UK2Node_InputKey :
public UK2Node,
public IK2Node_EventNodeInterface
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bAlt |
Does this binding require the alt key to be held. |
|
uint32: 1 |
bCommand |
Does this binding require the windows key on PC or the control key on Mac to be held. |
|
uint32: 1 |
bConsumeInput |
Prevents actors with lower priority from handling this input. |
|
uint32: 1 |
bControl |
Does this binding require the control key on PC or the command key on Mac to be held. |
|
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. |
|
uint32: 1 |
bShift |
Does this binding require the shift key to be held. |
|
InputKey |
The key that is bound. |
Name | Description | |
---|---|---|
|
UK2Node_InputKey ( |
Name | Description | ||
---|---|---|---|
|
GetKeyText() |
||
|
GetModifierName() |
||
|
GetModifierText() |
||
|
UEdGraphPin ... |
GetPressedPin() |
Get the 'pressed' input pin |
|
UEdGraphPin ... |
GetReleasedPin() |
Get the 'released' input pin |
Name | Description | ||
---|---|---|---|
|
ExpandNode ( |
Expands a node while compiling, which may add additional nodes or delete this node |
|
|
GetMenuActions |
Replacement for GetMenuEntries(). |
|
|
GetMenuCategory() |
Override to provide a default category for specific node types to be listed under. |
|
|
FBlueprintNo... |
GetSignature() |
Retrieves a unique identifier for this node type. |
|
ShouldShowNodeProperties() |
Return whether the node's properties display in the blueprint details panel |
Name | Description | ||
---|---|---|---|
|
AllocateDefaultPins() |
Allocate default pins for a given node, based only the NodeType, which should already be filled in. |
|
|
GetIconAndTint ( |
||
|
GetNodeTitle ( |
Gets the name of this node, shown in title bar |
|
|
GetNodeTitleColor() |
Gets the draw color of a node's title bar |
|
|
GetTooltipText() |
Gets the tooltip to display when over the node |
|
|
IsCompatibleWithGraph ( |
Determine if a node of this type can be created for the specified graph. |
|
|
ValidateNodeDuringCompilation ( |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
GetEventNodeAction ( |