FMovieSceneEventUtils::FindBoundObjectPin

Attempt to locate an output pin on the specified endpoint node that matches the specified pin class

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 UEdGraphPin * FindBoundObjectPin
(
    UK2Node * InEndpoint,
    UClass * BoundObjectPinClass
)

Remarks

Attempt to locate an output pin on the specified endpoint node that matches the specified pin class

Returns

An output pin that is of type PC_Object with the specified class as its PinSubCategoryObject, or nullptr if one was not found

Parameters

Parameter

Description

InEndpoint

(Required, non-null) The endpoint node to search on

BoundObjectPinClass

(Required, non-null) The class of the object pin to locate

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