unreal.NiagaraRendererReadbackParameters

class unreal.NiagaraRendererReadbackParameters(export_position: bool = False, export_tangent_basis: bool = False, export_color: bool = False, export_num_tex_coords: int = 0, export_materials: bool = False, apply_wpo: bool = False, view_index_to_capture: type = ())

Bases: StructBase

Niagara Renderer Readback Parameters

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraRendererReadback.h

Editor Properties: (see get_editor_property/set_editor_property)

  • apply_wpo (bool): [Read-Write] When enabled material WPO will be included in the exported data

  • export_color (bool): [Read-Write] When enabled vertex colors will be exported

  • export_materials (bool): [Read-Write] When enabled we will attempt to export the materials used with each section When disabled no materials will be assigned, so the default material will be used

  • export_num_tex_coords (int32): [Read-Write] How many vertex texture coordinates to export

  • export_position (bool): [Read-Write] When enabled vertex positions will be exported

  • export_tangent_basis (bool): [Read-Write] When enabled the vertex tangent basis will be exported

  • view_index_to_capture (‘undefined’): [Read-Write] When set we capture the batches from the view index provided When unset we capture batches from all views

property apply_wpo: bool

[Read-Write] When enabled material WPO will be included in the exported data

Type:

(bool)

property export_color: bool

[Read-Write] When enabled vertex colors will be exported

Type:

(bool)

property export_materials: bool

[Read-Write] When enabled we will attempt to export the materials used with each section When disabled no materials will be assigned, so the default material will be used

Type:

(bool)

property export_num_tex_coords: int

[Read-Write] How many vertex texture coordinates to export

Type:

(int32)

property export_position: bool

[Read-Write] When enabled vertex positions will be exported

Type:

(bool)

property export_tangent_basis: bool

[Read-Write] When enabled the vertex tangent basis will be exported

Type:

(bool)

property view_index_to_capture: type

[Read-Write] When set we capture the batches from the view index provided When unset we capture batches from all views

Type:

(‘undefined’)