Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphMetadataAttributeColl-
Description
Gets properties, and their associated values, which have been modified by a merge. Key = property name, value = stringified value The stringified value is a representation of the value which will usually be displayed in the UI. It does not need to be a serialized representation.
Virtual Inheritance
- IMovieGraphTraversableObject::GetMergedProperties → UMovieGraphMetadataAttributeCollection::GetMergedProperties
| Name | GetMergedProperties |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSetMetadataAttributesNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphSetMetadataAttributesNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphSetMetadataAttributesNode.cpp |
virtual TArray < TPair< FString , FString > > GetMergedProperties() const