Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphPin
Description
Propagate the given properties either upstream or downstream from this pin. This pin is not changed.
| Name | PropagatePinProperties |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphPin.h |
| Include Path | #include "Graph/MovieGraphPin.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphPin.cpp |
void PropagatePinProperties
(
const FMovieGraphPinProperties PinProperties,
const bool bPropagateUpstream
) const