| void UpdateGlobalVariableValues(UMovieGraphPipeline* InPipeline) | FinalNative+1 flags | | 0x08 |
| bool RemoveOutboundEdges(UMovieGraphNode* InNode, const FName& InPinName) | FinalNative+1 flags | | 0x11 |
| bool RemoveNodes(const TArray<UMovieGraphNode*>& InNodes) | FinalNative+1 flags | | 0x11 |
| bool RemoveNode(UMovieGraphNode* InNode) | FinalNative+1 flags | | 0x09 |
| bool RemoveLabeledEdge(UMovieGraphNode* FromNode, const FName& FromPinName, UMovieGraphNode* ToNode, const FName& ToPinName) | FinalNative+1 flags | | 0x21 |
| bool RemoveInboundEdges(UMovieGraphNode* InNode, const FName& InPinName) | FinalNative+1 flags | | 0x11 |
| bool RemoveAllOutboundEdges(UMovieGraphNode* InNode) | FinalNative+1 flags | | 0x09 |
| bool RemoveAllInboundEdges(UMovieGraphNode* InNode) | FinalNative+1 flags | | 0x09 |
| void MoveVariableToIndex(UMovieGraphVariable* InTargetVariable, int32 NewIndex) | FinalNative+1 flags | | 0x0C |
| void MoveVariableBefore(UMovieGraphVariable* InTargetVariable, UMovieGraphVariable* InBeforeVariable) | FinalNative+1 flags | | 0x10 |
| void MoveCategoryBefore(const FString& InCategoryToMove, const FString& InCategoryBefore) | FinalNative+1 flags | | 0x20 |
| TArray<UMovieGraphVariable*> GetVariables(bool bIncludeGlobal) | FinalNative+1 flags | | 0x18 |
| UMovieGraphVariable* GetVariableByName(const FString& InVariableName) | FinalNative+1 flags | | 0x18 |
| UMovieGraphVariable* GetVariableByGuid(const FGuid& InGuid) | FinalNative+1 flags | | 0x18 |
| TArray<FString> GetUpstreamBranchNames(UMovieGraphNode* FromNode, UMovieGraphPin* FromPin, bool bStopAtSubgraph) | FinalNative+1 flags | | 0x28 |
| TArray<UMovieGraphOutput*> GetOutputs() | FinalNative+1 flags | | 0x10 |
| UMovieGraphNode* GetOutputNode() | FinalNative+1 flags | | 0x08 |
| void GetOutputDirectory(const FString& OutOutputDirectory) | FinalNative+1 flags | | 0x10 |
| TArray<UMovieGraphNode*> GetNodesForTag(const FString& ScriptTag, TSubclassOf<UObject> OptionalClassFilter, const FName& OptionalBranchFilter, bool bExactMatch) | FinalNative+1 flags | | 0x38 |
| TArray<UMovieGraphNode*> GetNodesForBranch(TSubclassOf<UObject> InClass, const FName& InBranchName, bool bExactMatch) | FinalNative+1 flags | | 0x28 |
| UMovieGraphNode* GetNodeForTag(const FString& ScriptTag, TSubclassOf<UObject> OptionalClassFilter, const FName& OptionalBranchFilter, bool bExactMatch) | FinalNative+1 flags | | 0x30 |
| UMovieGraphNode* GetNodeForBranch(TSubclassOf<UObject> InClass, const FName& InBranchName, bool bExactMatch) | FinalNative+1 flags | | 0x20 |
| TArray<UMovieGraphInput*> GetInputs() | FinalNative+1 flags | | 0x10 |
| UMovieGraphNode* GetInputNode() | FinalNative+1 flags | | 0x08 |
| TArray<FString> GetDownstreamBranchNames(UMovieGraphNode* FromNode, UMovieGraphPin* FromPin, bool bStopAtSubgraph) | FinalNative+1 flags | | 0x28 |
| TArray<FName> GetBranchNames() | FinalNative+1 flags | | 0x10 |
| void GetAllContainedSubgraphs(TSet<UMovieGraphConfig*>& OutSubgraphs) | FinalNative+1 flags | | 0x50 |
| UMovieGraphVariable* DuplicateVariable(UMovieGraphVariable* InVariableToDuplicate) | FinalNative+1 flags | | 0x10 |
| bool DeleteMember(UMovieGraphMember* MemberToDelete) | FinalNative+1 flags | | 0x09 |
| UMovieGraphNode* CreateNodeByClass(TSubclassOf<UMovieGraphNode> InClass) | FinalNative+1 flags | | 0x10 |
| UMovieGraphEvaluatedConfig* CreateFlattenedGraph(FMovieGraphTraversalContext& InContext, const FString& OutError) | FinalNative+1 flags | | 0x100 |
| UMovieGraphVariable* AddVariable(const FName& InCustomBaseName) | FinalNative+1 flags | | 0x10 |
| UMovieGraphOutput* AddOutput(FText& InBaseName) | FinalNative+1 flags | | 0x18 |
| bool AddLabeledEdge(UMovieGraphNode* FromNode, const FName& FromPinLabel, UMovieGraphNode* ToNode, const FName& ToPinLabel) | FinalNative+1 flags | | 0x21 |
| UMovieGraphInput* AddInput(FText& InBaseName) | FinalNative+1 flags | | 0x18 |