unreal.SlatePostSettings¶
- class unreal.SlatePostSettings(enabled: bool = False, resolution: SlatePostResolution = Ellipsis, post_processor_class: Class = Ellipsis)¶
Bases:
StructBaseSettings 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 updatingpost_processor_class(type(Class)): [Read-Write] Copy of actually loaded post processor classresolution(SlatePostResolution): [Read-Write] Resolution of the post buffer
- property resolution: SlatePostResolution¶
[Read-Write] Resolution of the post buffer
- Type: