Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_CallFunction
- UK2Node_GetInputAxisKeyValue
- UK2Node_GetInputVectorAxisValue
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputAxisKeyValue.h |
Include | #include "K2Node_GetInputAxisKeyValue.h" |
Syntax
UCLASS (MinimalAPI, Meta=(Keywords="Get"))
class UK2Node_GetInputAxisKeyValue : public UK2Node_CallFunction
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
uint32: 1 | bConsumeInput | Prevents actors with lower priority from handling this input. |
![]() ![]() ![]() |
uint32: 1 | bExecuteWhenPaused | Should the binding gather input even when the game is paused. |
![]() ![]() |
FKey | InputAxisKey |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UK2Node_GetInputAxisKeyValue
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Initialize
(
const FKey AxisKey |
|
![]() ![]() ![]() |
bool | IsCompatibleWithGraph
(
UEdGraph const* Graph |
Overridden from UK2Node_CallFunction
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | ||
![]() ![]() ![]() |
FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
|
![]() ![]() ![]() |
FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
|
![]() ![]() ![]() |
FText |
Overridden from UK2Node
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
UClass * | Returns which dynamic binding class (if any) to use for this node. | |
![]() ![]() ![]() |
void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). |
![]() ![]() ![]() |
FText | Override to provide a default category for specific node types to be listed under. | |
![]() ![]() ![]() |
FBlueprintNodeSignature | GetSignature () |
Retrieves a unique identifier for this node type. |
![]() ![]() ![]() |
void | RegisterDynamicBinding
(
UDynamicBlueprintBinding* BindingObject |
Puts information about this node into the dynamic binding object. |
![]() ![]() ![]() |
bool | Return whether the node's properties display in the blueprint details panel | |
![]() ![]() ![]() |
void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |