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 (BlueprintType )
struct FMovieGraphPinProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowMultipleConnections | Whether this pin can accept multiple connections. | |
| bool | bIsBranch | Whether this pin represents a branch. | |
| bool | bIsBuiltIn | Whether this pin is built-in (ie, the pin ships with the node and cannot be removed). | |
| 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. | |
| TObjectPtr< const UObject > | TypeObject | The value type of the pin, if the type is an enum, struct, class, or object. |
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 |