UBlueprintEventNodeSpawner::Create

Creates a new [UBlueprintEventNodeSpawner](API\Editor\BlueprintGraph\UBlueprintEventNodeSpawner) for the specified function.

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintEventNodeSpawner.h

Include

#include "BlueprintEventNodeSpawner.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEventNodeSpawner.cpp

Syntax

static UBlueprintEventNodeSpawner * Create
(
    UFunction const *const EventFunc,
    UObject * Outer
)

Remarks

Creates a new UBlueprintEventNodeSpawner for the specified function. Does not do any compatibility checking to ensure that the function is viable as a blueprint event (do that before calling this).

Returns

A newly allocated instance of this class.

Parameters

Parameter

Description

EventFunc

The function you want assigned to new nodes.

Outer

Optional outer for the new spawner (if left null, the transient package will be used).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss