Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FMovieSceneDirectorBlueprintUtil-
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneDirectorBlueprintUtils.h |
| Include | #include "MovieSceneDirectorBlueprintUtils.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/MovieSceneDirectorBlueprintUtils.cpp |
static UEdGraphPin &42; FindCallTargetPin
&40;
UK2Node &42; InEndpoint,
UClass &42; CallTargetClass
&41;
Remarks
Attempt to locate an output pin on the specified endpoint node that matches the specified pin class An output pin that is of type PC_Object with the specified class as its PinSubCategoryObject, or nullptr if one was not found
Parameters
| Name | Description |
|---|---|
| InEndpoint | (Required, non-null) The endpoint node to search on |
| BoundObjectPinClass | (Required, non-null) The class of the object pin to locate |