Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UK2Node_CallFunction
- UK2Node_GetInputAxisKeyValue
- UK2Node_GetInputVectorAxisValue
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputVectorAxisValue.h |
| Include | #include "K2Node_GetInputVectorAxisValue.h" |
Syntax
class UK2Node_GetInputVectorAxisValue : public UK2Node_GetInputAxisKeyValue
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_GetInputVectorAxisValue
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
const FKey AxisKey |
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(). | |
| 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 |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText | Gets the tooltip to display when over the node | ||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |