Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FMovieSceneEventCustomization
Description
Get the pin names setup with "well-known parameters" for the currently edited objects.
The output array of pin names should be of the same size as GetWellKnownParameterCandidates, with NAME_None for those parameters that aren't hooked up to any pin.
Virtual Inheritance
- FMovieSceneDirectorBlueprintEndpointCustomization::GetWellKnownParameterPinNames → FMovieSceneEventCustomization::GetWellKnownParameterPinNames
| Name | GetWellKnownParameterPinNames |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneEventCustomization.h |
| Include Path | #include "MovieSceneEventCustomization.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/MovieSceneEventCustomization.cpp |
virtual void GetWellKnownParameterPinNames
(
UObject * EditObject,
void * RawData,
TArray < FName > & OutParameters
) const
Parameters
| Name | Remarks |
|---|---|
| EditObject | The edited object on which to get the connected pin names |
| RawData | The raw data on which to get the connected pin names |
| OutParameters | The list of pin names connected to "well-known parameters" |