Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | UK2Node_CallParentFunction |
| Type | class |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallParentFunction.h |
| Include Path | #include "K2Node_CallParentFunction.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_CallParentFunction : public UK2Node_CallFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UK2Node_CallFunction → UK2Node_CallParentFunction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UK2Node_CallParentFunction
(
const FObjectInitializer& ObjectInitializer |
K2Node_CallParentFunction.h |
Functions
Public
Overridden from UK2Node_CallFunction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetFromFunction
(
const UFunction* Function |
Set properties of this node from a supplied function (does not save ref to function) | K2Node_CallParentFunction.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddSearchMetaDataInfo
(
TArray< struct FSearchTagDataPair >& OutTaggedMetaData |
K2Node_CallParentFunction.h | ||
virtual void AllocateDefaultPins() |
K2Node_CallParentFunction.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
K2Node_CallParentFunction.h | ||
virtual FLinearColor GetNodeTitleColor() |
K2Node_CallParentFunction.h | ||
virtual void PostPlacedNewNode() |
K2Node_CallParentFunction.h |
Protected
Overridden from UK2Node_CallFunction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void FixupSelfMemberContext() |
Helper function to ensure function is called in our context | K2Node_CallParentFunction.h |