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
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 |
- EditAnywhere
- BlueprintReadWrite
- Category="Metadata"
- Meta=(DisplayName="Metadata Attributes")
|
Functions