Navigation
API > API/Editor > API/Editor/MovieSceneTools
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneDirectorBlueprintUtils.h |
| Include | #include "MovieSceneDirectorBlueprintUtils.h" |
Syntax
struct FMovieSceneDirectorBlueprintEndpointDefinition
Remarks
Parameters for creating a blueprint endpoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | EndpointName | Name of the event or function | |
| UFunction * | EndpointSignature | Function signature, for function endpoint types | |
| EMovieSceneDirectorBlueprintEndpointType | EndpointType | Type of endpoint | |
| TArray< FMovieSceneDirectorBlueprintEndpointParameter > | ExtraPins | Extra pins to create on the endpoint | |
| FString | GraphName | Name of the event or function graph | |
| UClass * | PossibleCallTargetClass | Optional class on which the endpoint can call functions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddExtraInputPin
(
const FString& InName, |
||
| void | AddExtraOutputPin
(
const FString& InName, |