FMovieSceneEventUtils::GenerateEntryPoint

Main generation function for creating the necessary function graph for calling an event endpoint with the parameters specified in the entry point payload

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneEventUtils.h

Include

#include "MovieSceneEventUtils.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneEventUtils.cpp

Syntax

static UK2Node_FunctionEntry * GenerateEntryPoint
(
    UMovieSceneEventSectionBase * EventSection,
    FMovieSceneEvent * EntryPoint,
    FKismetCompilerContext * Compiler,
    UEdGraphNode * Endpoint
)

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

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss