Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphPin.h |
| Include | #include "Graph/MovieGraphPin.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FMovieGraphPinProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowMultipleConnections | Whether this pin can accept multiple connections. | |
| bool | bIsBranch | Whether this pin represents a branch. | |
| FName | Label | The name assigned to the pin. | |
| EMovieGraphValueType | Type | The type of the pin. If the pin represents a branch, this type is ignored. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovieGraphPinProperties
(
const FName& InLabel, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMovieGraphPinProperties | MakeBranchProperties
(
const FName& InLabel |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FMovieGraphPinProperties& Other |
||
| bool | operator==
(
const FMovieGraphPinProperties& Other |