Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphSettingNode
Description
In some very rare cases, a node needs to be "primed" from the node that the flattening is starting from before it's actually put through the flattening process.
The need for this should be exceedingly uncommon, so only use if absolutely necessary.
Derived Overrides
- UMovieGraphApplyCVarPresetNode::PrepareForFlattening
- UMovieGraphMaterialParameterCollectionModifierNode::PrepareForFlattening
| Name | PrepareForFlattening |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include Path | #include "Graph/MovieGraphNode.h" |
virtual void PrepareForFlattening
(
const UMovieGraphSettingNode * InSourceNode
)