Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_EditablePinBase
- UK2Node_Event
- UK2Node_GeneratedBoundEvent
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GeneratedBoundEvent.h |
| Include | #include "K2Node_GeneratedBoundEvent.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_GeneratedBoundEvent : public UK2Node_Event
Remarks
Node used during generation of ubergraph pages. This node should never be used at editor time, so various editor related features are not implemented
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UClass > | DelegateOwnerClass | Delegate property's owner class that this event is associated with | |
| FName | DelegatePropertyName | Delegate property name that this event is associated with |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | Gets the proper display name for the property | ||
| FMulticastDelegateProperty * | Return the delegate property that this event is bound to | ||
| void | InitializeGeneratedBoundEventParams
(
const FMulticastDelegateProperty* InDelegateProperty |
Initialize this node with the provided delegate |
Overridden from UK2Node_Event
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| bool |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| UClass * | Returns which dynamic binding class (if any) to use for this node. | ||
| bool | Return true if adding/removing this node requires calling MarkBlueprintAsStructurallyModified on the Blueprint | ||
| void | |||
| void | RegisterDynamicBinding
(
UDynamicBlueprintBinding* BindingObject |
Puts information about this node into the dynamic binding object. | |
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |