Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObject
- IMovieGraphTraversableObject
- UMovieGraphMetadataAttributeCollection
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSetMetadataAttributesNode.h |
| Include | #include "Graph/Nodes/MovieGraphSetMetadataAttributesNode.h" |
Syntax
UCLASS (BlueprintType)
class UMovieGraphMetadataAttributeCollection :
public UObject,
public IMovieGraphTraversableObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMovieGraphMetadataAttribute > | MetadataAttributes | An array of metadata attributes to be added to output files. |
Overridden from IMovieGraphTraversableObject
| Type | Name | Description | |
|---|---|---|---|
| TArray< TPair< FString, FString > > | Gets properties, and their associated values, which have been modified by a merge. | ||
| void | Merge
(
const IMovieGraphTraversableObject* InSourceObject |
Merges the contents of InSourceClass into this object. |