UMovieSceneEventSectionBase::OnUserDefinedPinRenamed

Handler should be invoked when an event endpoint that is referenced from this section has one of its pins renamed

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventSectionBase.h

Include

#include "Sections/MovieSceneEventSectionBase.h"

Syntax

void OnUserDefinedPinRenamed
(
    UK2Node * InNode,
    FName OldPinName,
    FName NewPinName
)

Remarks

Handler should be invoked when an event endpoint that is referenced from this section has one of its pins renamed

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