unreal.MovieGraphGlobalGameOverridesNode

class unreal.MovieGraphGlobalGameOverridesNode(outer: Object | None = None, name: Name | str = 'None')

Bases: MovieGraphSettingNode

A node which configures the global game overrides.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MovieGraphGlobalGameOverrides.h

Editor Properties: (see get_editor_property/set_editor_property)

  • cinematic_quality_settings (bool): [Read-Write] If true, automatically set the engine to the Cinematic Scalability quality settings during render. See the Scalability Reference documentation for information on how to edit cvars to add/change default quality values.

  • disable_hlo_ds (bool): [Read-Write] Should we disable Hierarchical LODs and instead use their real meshes regardless of distance?

  • dynamic_properties (InstancedPropertyBag): [Read-Write] Properties which can be dynamically declared on the node (vs. native properties which are always present).

  • flush_grass_streaming (bool): [Read-Write] Flushing grass streaming (combined with override view distance scale) prevents visible pop-in/culling of grace instances.

  • flush_streaming_managers (bool): [Read-Write] Experimental. If true flush the streaming managers (Texture Streaming) each frame. Allows Texture Streaming to not have visible pop-in in final frames.

  • game_mode_override (type(Class)): [Read-Write] Optional Game Mode to override the map’s default game mode with. This can be useful if the game’s normal mode displays UI elements or loading screens that you don’t want captured.

  • override_cinematic_quality_settings (bool): [Read-Write]

  • override_disable_gpu_timeout (bool): [Read-Write]

  • override_disable_hlo_ds (bool): [Read-Write]

  • override_flush_grass_streaming (bool): [Read-Write]

  • override_flush_streaming_managers (bool): [Read-Write]

  • override_game_mode_override (bool): [Read-Write]

  • override_override_view_distance_scale (bool): [Read-Write]

  • override_shadow_distance_scale (bool): [Read-Write]

  • override_shadow_radius_threshold (bool): [Read-Write]

  • override_texture_streaming (bool): [Read-Write]

  • override_use_high_quality_shadows (bool): [Read-Write]

  • override_use_lod_zero (bool): [Read-Write]

  • override_view_distance_scale (bool): [Read-Write]

  • override_virtual_texture_feedback_factor (bool): [Read-Write]

  • shadow_distance_scale (int32): [Read-Write] Scalability option to trade shadow distance versus performance for directional lights

  • shadow_radius_threshold (float): [Read-Write] Cull shadow casters if they are too small, value is the minimal screen space bounding sphere radius

  • texture_streaming (MoviePipelineTextureStreamingMethod): [Read-Write] Defines which If true, when using texture streaming fully load the required textures each frame instead of loading them in over time. This solves objects being blurry after camera cuts.

  • use_high_quality_shadows (bool): [Read-Write] Should we override shadow-related CVars with some high quality preset settings?

  • use_lod_zero (bool): [Read-Write] Should we try to use the highest quality LOD for meshes and particle systems regardless of distance?

  • view_distance_scale (int32): [Read-Write] Controls the view distance scale. A primitive’s MaxDrawDistance is scaled by this value.

  • virtual_texture_feedback_factor (int32): [Read-Write] The virtual texture feedback resolution factor. A lower factor will increase virtual texture feedback resolution.

property cinematic_quality_settings: bool

[Read-Write] If true, automatically set the engine to the Cinematic Scalability quality settings during render. See the Scalability Reference documentation for information on how to edit cvars to add/change default quality values.

Type:

(bool)

property disable_hlo_ds: bool

[Read-Write] Should we disable Hierarchical LODs and instead use their real meshes regardless of distance?

Type:

(bool)

property flush_grass_streaming: bool

[Read-Write] Flushing grass streaming (combined with override view distance scale) prevents visible pop-in/culling of grace instances.

Type:

(bool)

property flush_streaming_managers: bool

[Read-Write] Experimental. If true flush the streaming managers (Texture Streaming) each frame. Allows Texture Streaming to not have visible pop-in in final frames.

Type:

(bool)

property game_mode_override: Class

[Read-Write] Optional Game Mode to override the map’s default game mode with. This can be useful if the game’s normal mode displays UI elements or loading screens that you don’t want captured.

Type:

(type(Class))

property override_cinematic_quality_settings: bool

[Read-Write]

Type:

(bool)

property override_disable_gpu_timeout: bool

[Read-Write]

Type:

(bool)

property override_disable_hlo_ds: bool

[Read-Write]

Type:

(bool)

property override_flush_grass_streaming: bool

[Read-Write]

Type:

(bool)

property override_flush_streaming_managers: bool

[Read-Write]

Type:

(bool)

property override_game_mode_override: bool

[Read-Write]

Type:

(bool)

property override_override_view_distance_scale: bool

[Read-Write]

Type:

(bool)

property override_shadow_distance_scale: bool

[Read-Write]

Type:

(bool)

property override_shadow_radius_threshold: bool

[Read-Write]

Type:

(bool)

property override_texture_streaming: bool

[Read-Write]

Type:

(bool)

property override_use_high_quality_shadows: bool

[Read-Write]

Type:

(bool)

property override_use_lod_zero: bool

[Read-Write]

Type:

(bool)

property override_view_distance_scale: bool

[Read-Write]

Type:

(bool)

property override_virtual_texture_feedback_factor: bool

[Read-Write]

Type:

(bool)

property shadow_distance_scale: int

[Read-Write] Scalability option to trade shadow distance versus performance for directional lights

Type:

(int32)

property shadow_radius_threshold: float

[Read-Write] Cull shadow casters if they are too small, value is the minimal screen space bounding sphere radius

Type:

(float)

property texture_streaming: MoviePipelineTextureStreamingMethod

[Read-Write] Defines which If true, when using texture streaming fully load the required textures each frame instead of loading them in over time. This solves objects being blurry after camera cuts.

Type:

(MoviePipelineTextureStreamingMethod)

property use_high_quality_shadows: bool

[Read-Write] Should we override shadow-related CVars with some high quality preset settings?

Type:

(bool)

property use_lod_zero: bool

[Read-Write] Should we try to use the highest quality LOD for meshes and particle systems regardless of distance?

Type:

(bool)

property view_distance_scale: int

[Read-Write] Controls the view distance scale. A primitive’s MaxDrawDistance is scaled by this value.

Type:

(int32)

property virtual_texture_feedback_factor: int

[Read-Write] The virtual texture feedback resolution factor. A lower factor will increase virtual texture feedback resolution.

Type:

(int32)