Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_EditablePinBase
- UK2Node_Event
- UK2Node_ActorBoundEvent
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ActorBoundEvent.h |
| Include | #include "K2Node_ActorBoundEvent.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_ActorBoundEvent : public UK2Node_Event
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 | |
| TObjectPtr< class AActor > | EventOwner | The event that this event is bound to |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_ActorBoundEvent
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DestroyNode () |
||
| FText | Gets the proper display name for the property | ||
| FMulticastDelegateProperty * | Return the delegate property that this event is bound to | ||
| FMulticastDelegateProperty * | |||
| void | InitializeActorBoundEventParams
(
AActor* InEventOwner, |
Initialized the members of the node, given the specified owner and delegate property. |
Overridden from UK2Node_Event
| Type | Name | Description | |
|---|---|---|---|
| bool | CanPasteHere
(
const UEdGraph* TargetGraph |
||
| FString | |||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText | |||
| bool |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| FNodeHandlingFunctor * | CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
||
| FString | |||
| AActor * | If this node references an actor in the level that should be selectable by "Find Actors In Level," this will return a reference to that actor | ||
| bool | Return true if adding/removing this node requires calling MarkBlueprintAsStructurallyModified on the Blueprint | ||
| void | |||
| void | Serialize
(
FArchive& Ar |
||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |