Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FMovieSceneEventCustomization
- FMovieSceneDirectorBlueprintEndpointCustomization::SetWellKnownParameterPinName()
- FMovieSceneEventCustomization::SetWellKnownParameterPinName()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneEventCustomization.h |
| Include | #include "MovieSceneEventCustomization.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/MovieSceneEventCustomization.cpp |
virtual bool SetWellKnownParameterPinName
&40;
UObject &42; EditObject,
void &42; RawData,
int32 ParameterIndex,
FName BoundPinName
&41;
Remarks
Set the pin name for the given "well-known parameter". Whether the pin name was successfully set
Parameters
| Name | Description |
|---|---|
| EditObject | The edited object on which to set the connected pin name |
| RawData | The raw data on which to set the connected pin name |
| ParameterIndex | The index of the "well-known parameter", as reported by GetWellKnownParameterCandidates |