Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSetMetadataAttributesNode.h |
| Include | #include "Graph/Nodes/MovieGraphSetMetadataAttributesNode.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieGraphMetadataAttribute
Remarks
Represents a metadata attribute that can be included in a file.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsEnabled | Enable state. If disabled, this metadata attribute won't be added to the file. | |
| FString | Name | The name of the metadata attribute. | |
| FString | Value | The value of the metadata attribute. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovieGraphMetadataAttribute
(
const FString& InName, |