Navigation
API > API/Editor > API/Editor/MovieSceneTools
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneDirectorBlueprintUtils.h |
| Include | #include "MovieSceneDirectorBlueprintUtils.h" |
Syntax
struct FMovieSceneDirectorBlueprintEndpointCall
Remarks
Parameters for creating an entry point, i.e. a call to an endpoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneCustomizeDirectorBlueprintEndpointCallDelegate | CustomizeEndpointCall | Callback for customizing the endpoint call | |
| UEdGraphNode * | Endpoint | The endpoint node to call | |
| TArray< FName > | ExposedPinNames | List of endpoint node pins that should be exposed to the call, for receiving special values at runtime | |
| TMap< FName, FString > | PayloadVariables | The values to pass to the endpoint node's parameters |