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 &42; FindEndpoint
&40;
FMovieSceneEvent &42; EntryPoint,
UMovieSceneEventSectionBase &42; EventSection,
UBlueprint &42; OwnerBlueprint
&41;
Remarks
Attempt to locate the blueprint node that relates to an event's end-point. The K2Node that relates to the specified event's end point, or nullptr if one was not found
Parameters
| Name | Description |
|---|---|
| EntryPoint | (Required, non-null) The event entry point definition to look up |
| EventSection | (Required, non-null) The event section that owns the event |
| OwnerBlueprint | (Required, non-null) The blueprint to search within |