Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include | #include "Graph/MovieGraphNode.h" |
virtual UMovieGraphValueContainer &42; GetPropertyValueContainerForPin
&40;
const FString & InPinName
&41; const
Remarks
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.