Navigation
API > API/Plugins > API/Plugins/InputBlueprintNodes
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_GetInputActionValue
References
| Module | InputBlueprintNodes |
| Header | /Engine/Plugins/EnhancedInput/Source/InputBlueprintNodes/Public/K2Node_GetInputActionValue.h |
| Include | #include "K2Node_GetInputActionValue.h" |
Syntax
UCLASS (MinimalAPI, Meta=(Keywords="Get, Input"))
class UK2Node_GetInputActionValue : public UK2Node
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UInputAction > | InputAction |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_GetInputActionValue
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText | |||
| FName | GetValueCategory
(
const UInputAction* InputAction |
Auto pin generation helpers. | |
| FName | GetValueSubCategory
(
const UInputAction* InputAction |
||
| UScriptStruct * | GetValueSubCategoryObject
(
const UInputAction* InputAction |
||
| void | Initialize
(
const UInputAction* Action |
||
| bool | IsCompatibleWithGraph
(
UEdGraph const* Graph |
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. | ||
| FBlueprintNodeSignature | GetSignature () |
Retrieves a unique identifier for this node type. | |
| bool | IsNodePure () |
Returns whether this node is considered 'pure' by the compiler | |
| void | |||
| bool | Return whether the node's properties display in the blueprint details panel | ||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |