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 SetEndpoint
&40;
FMovieSceneEvent &42; EntryPoint,
UMovieSceneEventSectionBase &42; EventSection,
UK2Node &42; InNewEndpoint,
UEdGraphPin &42; BoundObjectPin
&41;
Remarks
Set the specified EntryPoint to be bound to a new K2 node
Parameters
| Name | Description |
|---|---|
| EntryPoint | (Required, non-null) The event entry point definition to assign to |
| EventSection | (Required, non-null) The event section that owns the event entry point definition |
| InNewEndpoint | (Optional) The new endpoint node to call from the event |
| BoundObjectPin | (Optional) The pin that should receive the bound object when invoking the event |