Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_ActorBoundEvent
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ActorBoundEvent.h |
| Include | #include "K2Node_ActorBoundEvent.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_ActorBoundEvent.cpp |
void InitializeActorBoundEventParams
&40;
AActor &42; InEventOwner,
const FMulticastDelegateProperty &42; InDelegateProperty
&41;
Remarks
Initialized the members of the node, given the specified owner and delegate property. This will fill out all the required members for the event, such as CustomFunctionName
Parameters
| Name | Description |
|---|---|
| InEventOwner | The target for this bound event |
| InDelegateProperty | The multicast delegate property associated with the event, which will have a delegate added to it in the level script actor, matching its signature |