Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | UK2Node_Self |
| Type | class |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Self.h |
| Include Path | #include "K2Node_Self.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_Self : public UK2Node
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UK2Node_Self
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UK2Node_Self
(
const FObjectInitializer& ObjectInitializer |
K2Node_Self.h |
Functions
Public
Overridden from UK2Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FNodeHandlingFunctor * CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
K2Node_Self.h | ||
virtual bool DrawNodeAsVariable() |
Return whether to draw this node as a small variable node | K2Node_Self.h | |
virtual void GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | K2Node_Self.h | |
virtual FText GetMenuCategory() |
Override to provide a default category for specific node types to be listed under. | K2Node_Self.h | |
virtual bool IsNodePure() |
Returns whether this node is considered 'pure' by the compiler | K2Node_Self.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
K2Node_Self.h | ||
virtual FText GetKeywords() |
K2Node_Self.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
K2Node_Self.h | ||
virtual FText GetTooltipText() |
K2Node_Self.h | ||
virtual void ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
K2Node_Self.h |