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 void RemoveUnusedCustomEvents
&40;
const TArray< TWeakObjectPtr< UMovieSceneEventSectionBase >> & EventSections,
UBlueprint &42; DirectorBP
&41;
Remarks
Remove unused custom events (that don't have corresponding event end points in the given event sections)
Parameters
| Name | Description |
|---|---|
| EventSections | (Required, non-null) The event sections to search for event endpoints from |
| DirectorBP | (Required, non-null) The owning blueprint from which to remove the event section's entry points |