Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FMovieSceneEventUtils
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneEventUtils.h |
| Include | #include "MovieSceneEventUtils.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/MovieSceneEventUtils.cpp |
static UK2Node_CustomEvent &42; BindNewUserFacingEvent
&40;
FMovieSceneEvent &42; EntryPoint,
UMovieSceneEventSectionBase &42; EventSection,
UBlueprint &42; Blueprint
&41;
Remarks
As with CreateUserFacingEvent, but also binds the section to a UBlueprintExtension which ensures that it will hook into the compilation process to generate its entry point function graph A valid pointer to the blueprint node for the event endpoint
Parameters
| Name | Description |
|---|---|
| EntryPoint | (Required, non-null) The event entry point definition |
| EventSection | (Required, non-null) The event section that owns the specified entry point |
| Blueprint | (Required, non-null) The blueprint within which to create the new custom event |