Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FMovieSceneDirectorBlueprintEndp-_1
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneDirectorBlueprintEndpointCustomization.h |
| Include | #include "MovieSceneDirectorBlueprintEndpointCustomization.h" |
Syntax
struct FWellKnownParameterCandidates
Remarks
Structure specifying candidate pins for a given "well-known parameter".
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShowUnmatchedParameters | Whether to show this "well-known" parameter when no candidate pins have been found | |
| TArray< FName > | CandidatePinNames | Names of the pins that can be bound to the "well-known parameter" described in the metadata | |
| FWellKnownParameterMetadata | Metadata | User-interface information for the "well-known parameter" |