Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UBlueprintEventNodeSpawner
Description
Retrieves the function that this assigns to spawned nodes (defines the event's signature). Can be null if this spawner was for a custom event.
| Name | GetEventFunction |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/BlueprintEventNodeSpawner.h |
| Include Path | #include "BlueprintEventNodeSpawner.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintEventNodeSpawner.cpp |
UFunction const * GetEventFunction() const
The event function that this class was initialized with.