unreal.AIAssistantContext¶
- class unreal.AIAssistantContext(unreal_context: str = '', project_context: str = '', user_context: str = '')¶
Bases:
StructBaseContains information about the current Unreal project and user.
C++ Source:
Plugin: AIAssistant
Module: AIAssistant
File: AIAssistantToolset.h
Editor Properties: (see get_editor_property/set_editor_property)
project_context(str): [Read-Write] Describes important context about the currently active Unreal project.unreal_context(str): [Read-Write] Describes important context about how to work with the Unreal engine.user_context(str): [Read-Write] Describes important context about the currently active UnrealEd user.
- property project_context: str¶
[Read-Only] Describes important context about the currently active Unreal project.
- Type:
(str)