Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphPin
Syntax
TArray< TObjectPtr< UMovieGraphEdge > > Edges
Remarks
A list of edges between pins. This is marked as TextExportTransient so that when we copy/paste nodes, we don't copy the edges, as they are rebuilt after paste based on the editor graph connections.