Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/IMovieGraphTraversableObject
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.
Derived Overrides
- UMovieGraphMergeableModifierContainer::GetMergedProperties
- UMovieGraphMetadataAttributeCollection::GetMergedProperties
- UMovieGraphShowFlags::GetMergedProperties
- UMovieGraphStartEndConsoleCommands::GetMergedProperties
| Name | GetMergedProperties |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
virtual TArray < TPair< FString , FString > > GetMergedProperties() const