Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | UK2Node_InputAxisKeyEvent |
| Type | class |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAxisKeyEvent.h |
| Include Path | #include "K2Node_InputAxisKeyEvent.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_InputAxisKeyEvent : public UK2Node_Event
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UK2Node_EditablePinBase → UK2Node_Event → UK2Node_InputAxisKeyEvent
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UK2Node_InputAxisKeyEvent
(
const FObjectInitializer& ObjectInitializer |
K2Node_InputAxisKeyEvent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AxisKey | FKey | K2Node_InputAxisKeyEvent.h | ||
| bConsumeInput | uint32 | Prevents actors with lower priority from handling this input. | K2Node_InputAxisKeyEvent.h |
|
| bExecuteWhenPaused | uint32 | Should the binding execute even when the game is paused. | K2Node_InputAxisKeyEvent.h |
|
| bOverrideParentBinding | uint32 | Should any bindings to this event in parent classes be removed. | K2Node_InputAxisKeyEvent.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedTooltip | FNodeTextCache | Constructing FText strings can be costly, so we cache the node's tooltip | K2Node_InputAxisKeyEvent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
const FKey AxisKey |
K2Node_InputAxisKeyEvent.h |
Overridden from UK2Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node | K2Node_InputAxisKeyEvent.h | |
virtual UClass * GetDynamicBindingClass() |
Returns which dynamic binding class (if any) to use for this node. | K2Node_InputAxisKeyEvent.h | |
virtual void GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | K2Node_InputAxisKeyEvent.h | |
virtual FText GetMenuCategory() |
Override to provide a default category for specific node types to be listed under. | K2Node_InputAxisKeyEvent.h | |
virtual FBlueprintNodeSignature GetSignature () |
Retrieves a unique identifier for this node type. | K2Node_InputAxisKeyEvent.h | |
virtual void RegisterDynamicBinding
(
UDynamicBlueprintBinding* BindingObject |
Puts information about this node into the dynamic binding object. | K2Node_InputAxisKeyEvent.h | |
virtual bool ShouldShowNodeProperties() |
Return whether the node's properties display in the blueprint details panel | K2Node_InputAxisKeyEvent.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSlateIcon GetIconAndTint
(
FLinearColor& OutColor |
K2Node_InputAxisKeyEvent.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
K2Node_InputAxisKeyEvent.h | ||
virtual FText GetTooltipText() |
K2Node_InputAxisKeyEvent.h | ||
virtual bool IsCompatibleWithGraph
(
const UEdGraph* TargetGraph |
K2Node_InputAxisKeyEvent.h | ||
virtual void ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
K2Node_InputAxisKeyEvent.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FArchive& Ar |
K2Node_InputAxisKeyEvent.h |