unreal.MovieGraphImagePreviewData

class unreal.MovieGraphImagePreviewData(texture: Texture = Ellipsis, identifier: MovieGraphRenderDataIdentifier = Ellipsis)

Bases: StructBase

Movie Graph Image Preview Data

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MovieGraphDataTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • identifier (MovieGraphRenderDataIdentifier): [Read-Write] The identifier for the image, containing the branch name, renderer, etc.

  • texture (Texture): [Read-Write] The texture this preview image was rendered to.

property identifier: MovieGraphRenderDataIdentifier

[Read-Only] The identifier for the image, containing the branch name, renderer, etc.

Type:

(MovieGraphRenderDataIdentifier)

property texture: Texture

[Read-Only] The texture this preview image was rendered to.

Type:

(Texture)