unreal.AIAssistantSubsystem

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

Bases: EditorSubsystem

UAIAssistantSubsystem

C++ Source:

  • Plugin: AIAssistant

  • Module: AIAssistant

  • File: AIAssistantSubsystem.h

show_context_menu_via_java_script(selected_string, client_x, client_y) None

See NOTE_JAVASCRIPT_CPP_FUNCTIONS in C++ code for how to call this from JavaScript.

Parameters:
  • selected_string (str)

  • client_x (int32)

  • client_y (int32)