Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphPin
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphPin.h |
| Include | #include "Graph/MovieGraphPin.h" |
Syntax
UCLASS&40;&41;
class UMovieGraphPin : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UMovieGraphEdge > > | Edges | A list of edges between pins. | |
| TObjectPtr< UMovieGraphNode > | Node | The node that this pin belongs to. | |
| FMovieGraphPinProperties | Properties |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddEdgeTo
(
UMovieGraphPin* InOtherPin |
||
| bool | |||
| bool | |||
| bool | BreakEdgeTo
(
UMovieGraphPin* InOtherPin |
||
| int32 | EdgeCount () |
||
| TArray< UMovieGraphPin * > | Gets all connected pins. | ||
| UMovieGraphPin * | Gets the first pin connected to this pin. Returns nullptr if no valid connection exists. | ||
| bool | IsConnected () |
||
| bool | IsOutputPin () |