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