unreal.MovieGraphImageSequenceOutputNode_PNG

class unreal.MovieGraphImageSequenceOutputNode_PNG(outer: Object | None = None, name: Name | str = 'None')

Bases: MovieGraphImageSequenceOutputNode

Save the images generated by the Movie Graph Pipeline as an 8 bit png format. PNG image files are lossless but slow to compress and have a larger final filesize than JPEG. sRGB is applied. No metadata is supported.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MovieGraphImageSequenceOutputNode.h

Editor Properties: (see get_editor_property/set_editor_property)

  • dynamic_properties (InstancedPropertyBag): [Read-Write] Properties which can be dynamically declared on the node (vs. native properties which are always present).