Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphNode
Description
When a non-branch pin type is being evaluated on a node, the calling node will ask this node for the value connected to the given pin name. For example, a Branch node will call this function on whatever node is connected to the Conditional pin, and then will try to get a Boolean value out of the returned UMovieGraphValueContainer.
| Name | GetPropertyValueContainerForPin |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include Path | #include "Graph/MovieGraphNode.h" |
virtual UMovieGraphValueContainer * GetPropertyValueContainerForPin
(
const FString & InPinName
) const