Navigation
API > API/Editor > API/Editor/MovieSceneTools
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_GetSequenceBinding
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/K2Node_GetSequenceBinding.h |
| Include | #include "K2Node_GetSequenceBinding.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_GetSequenceBinding : public UK2Node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneObjectBindingID | Binding | The user-selected literal binding identifier from the sequence to use | |
| FSoftObjectPath | SourceSequence | The sequence from which to choose a binding identifier |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| TSharedPtr< SGraphNode > | |||
| FText | |||
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
||
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| UMovieScene * | |||
| UMovieSceneSequence * | GetSequence () |
Attempt to load the sequence from which to choose a binding | |
| FText | |||
| FText | |||
| bool | |||
| void | |||
| void | SetSequence
(
const FAssetData& InAssetData |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| FNodeHandlingFunctor * | CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
||
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| FText | Override to provide a default category for specific node types to be listed under. | ||
| bool | IsNodePure () |
Returns whether this node is considered 'pure' by the compiler | |
| void | Called before compilation begins, giving a blueprint time to force the linker to load data | ||
| bool | Return whether the node's properties display in the blueprint details panel | ||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |