unreal.EditorSubsystemBlueprintLibrary

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

Bases: BlueprintFunctionLibrary

Editor Subsystem Blueprint Library

C++ Source:

  • Module: UnrealEd

  • File: EditorSubsystemBlueprintLibrary.h

classmethod disable_preview_platform() None

Disable the Preview Platform.

classmethod set_preview_platform(preview_shader_platform_name) None

Sets the Preview Platform

Parameters:

preview_shader_platform_name (Name)

classmethod toggle_preview_platform() None

Toggle the Preview Platform.