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