Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include | #include "Graph/MovieGraphNode.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FMovieGraphPropertyInfo
Remarks
Information about a property that currently is (or can be) exposed on a node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsDynamicProperty | Whether this property is dynamic (ie, it does not correspond to a native UPROPERTY on the node). | |
| FName | Name | The name of the property. | |
| EMovieGraphValueType | ValueType | The type of the value pointed to by the property. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsSamePropertyAs
(
const FMovieGraphPropertyInfo& Other |
Determines if this struct represents the same property as another instance of this struct. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FMovieGraphPropertyInfo& Other |