unreal.MovieGraphImageSequenceOutputNode_JPG

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

Bases: MovieGraphImageSequenceOutputNode

Save the images generated by the Movie Graph Pipeline as an 8 bit jpg format. JPEG image files are lossy, but a good balance between compression speed and final filesize. 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).