unreal.MovieGraphPreviewBannerMessage¶
- class unreal.MovieGraphPreviewBannerMessage(message: Text = '', text_color: LinearColor = Ellipsis, background_color: LinearColor = Ellipsis)¶
Bases:
StructBaseA message that a render pass can overlay on its preview image in the Render Preview window.
C++ Source:
Plugin: MovieRenderPipeline
Module: MovieRenderPipelineCore
File: MovieGraphDataTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
background_color(LinearColor): [Read-Write] The background color of the banner behind the message text.message(Text): [Read-Write] The message text to display over the preview tile.text_color(LinearColor): [Read-Write] The color used by the message text.
- property background_color: LinearColor¶
[Read-Only] The background color of the banner behind the message text.
- Type:
- property text_color: LinearColor¶
[Read-Only] The color used by the message text.
- Type: