Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphStartEndConsoleComman-
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 → UMovieGraphStartEndConsoleCommands::GetMergedProperties
| Name | GetMergedProperties |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.cpp |
virtual TArray < TPair< FString , FString > > GetMergedProperties() const