Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
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.
| Name | IMovieGraphTraversableObject |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
Syntax
class IMovieGraphTraversableObject
Derived Classes
- UMovieGraphMergeableModifierContainer
- UMovieGraphMetadataAttributeCollection
- UMovieGraphShowFlags
- UMovieGraphStartEndConsoleCommands
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< TPair< FString, FString > > GetMergedProperties () |
Gets properties, and their associated values, which have been modified by a merge. | Graph/MovieGraphConfig.h | |
virtual void Merge
(
const IMovieGraphTraversableObject* InSourceObject |
Merges the contents of InSourceClass into this object. | Graph/MovieGraphConfig.h |