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