Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
| Name | FMovieGraphPinProperties |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphPin.h |
| Include Path | #include "Graph/MovieGraphPin.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieGraphPinProperties
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Graph/MovieGraphPin.h | |||
FMovieGraphPinProperties
(
const FName& InLabel, |
Graph/MovieGraphPin.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowMultipleConnections | bool | Whether this pin can accept multiple connections. | Graph/MovieGraphPin.h |
|
| bIsBranch | bool | Whether this pin represents a branch. | Graph/MovieGraphPin.h |
|
| bIsBuiltIn | bool | Whether this pin is built-in (ie, the pin ships with the node and cannot be removed). | Graph/MovieGraphPin.h |
|
| bIsWildcard | bool | Whether this pin represents a wildcard, which means it can be any type (including being a branch). | Graph/MovieGraphPin.h |
|
| Label | FName | The name assigned to the pin. | Graph/MovieGraphPin.h |
|
| Type | EMovieGraphValueType | The type of the pin. If the pin represents a branch, this type is ignored. | Graph/MovieGraphPin.h |
|
| TypeObject | TObjectPtr< const UObject > | The value type of the pin, if the type is an enum, struct, class, or object. | Graph/MovieGraphPin.h |
|
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FMovieGraphPinProperties MakeBranchProperties
(
const FName& InLabel |
Graph/MovieGraphPin.h | ||
static FMovieGraphPinProperties MakeWildcardProperties
(
const FName& InLabel |
Graph/MovieGraphPin.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FMovieGraphPinProperties& Other |
Graph/MovieGraphPin.h | ||
bool operator==
(
const FMovieGraphPinProperties& Other |
Graph/MovieGraphPin.h |