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_FunctionEntry &42; GenerateEntryPoint
&40;
FMovieSceneEvent &42; EntryPoint,
FKismetCompilerContext &42; Compiler,
UEdGraphNode &42; Endpoint
&41;
Remarks
Main generation function for creating the necessary function graph for calling an event endpoint with the parameters specified in the entry point payload
Parameters
| Name | Description |
|---|---|
| EventSection | (Required, non-null) The event section that owns the event |
| EntryPoint | (Required, non-null) The event entry point definition to generate a function graph for |
| Compiler | (Required, non-null) The kismet compiler context for generation |
| Endpoint | (Required, non-null) The endpoint node that the event is bound to |