Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_DelegateSet
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DelegateSet.h |
| Include | #include "K2Node_DelegateSet.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_DelegateSet : public UK2Node
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< class UObject > | DelegatePropertyClass | Class that the delegate property is defined in | |
| FName | DelegatePropertyName | Delegate property name that this event is associated with on the target |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_DelegateSet
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| UEdGraphPin * | |||
| UFunction * | |||
| UFunction * | |||
| FName | |||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| FNodeHandlingFunctor * | CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
||
| ERedirectType | DoPinsMatchForReconstruction
(
const UEdGraphPin* NewPin, |
Whether or not two pins match for purposes of reconnection after reconstruction. | |
| bool | Return whether to draw this node as an entry | ||
| void | ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node | |
| FLinearColor | |||
| bool | Return true if adding/removing this node requires calling MarkBlueprintAsStructurallyModified on the Blueprint | ||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |