Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- IMovieGraphTraversableObject
- UMovieGraphMergeableModifierContainer
- UMovieGraphMetadataAttributeCollection
- UMovieGraphShowFlags
- UMovieGraphStartEndConsoleCommands
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include | #include "Graph/MovieGraphConfig.h" |
Syntax
class IMovieGraphTraversableObject
Remarks
Provides a way for objects, which would otherwise not be mergeable during a traversal, to merge in a well-defined way. Also allows objects to expose which properties have been affected by the merge.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< TPair< FString, FString > > | Gets properties, and their associated values, which have been modified by a merge. | ||
| void | Merge
(
const IMovieGraphTraversableObject* InSourceObject |
Merges the contents of InSourceClass into this object. |