unreal.SlatePostSettings

class unreal.SlatePostSettings(enabled: bool = False, post_processor_class: Class = Ellipsis)

Bases: StructBase

Settings for a particular Slate Post RT. Notably if enabled & blur by default. To be updated with additional effects & to be expandable in game code / settings.

C++ Source:

  • Module: SlateRHIRenderer

  • File: SlateRHIRendererSettings.h

Editor Properties: (see get_editor_property/set_editor_property)

  • enabled (bool): [Read-Write] Should this post buffer be enabled for updating

  • post_processor_class (type(Class)): [Read-Write] Copy of actually loaded post processor class

property enabled: bool

[Read-Write] Should this post buffer be enabled for updating

Type:

(bool)

property post_processor_class: Class

[Read-Write] Copy of actually loaded post processor class

Type:

(type(Class))