FMovieSceneEventUtils::SetEndpoint

Set the specified EntryPoint to be bound to a new K2 node

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 void SetEndpoint
(
    FMovieSceneEvent * EntryPoint,
    UMovieSceneEventSectionBase * EventSection,
    UK2Node * InNewEndpoint,
    UEdGraphPin * BoundObjectPin
)

Remarks

Set the specified EntryPoint to be bound to a new K2 node

Parameters

Parameter

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

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