unreal.TutorialContentAnchor

class unreal.TutorialContentAnchor

Bases: StructBase

A way of identifying something to be highlighted by a tutorial

C++ Source:

  • Plugin: GuidedTutorials

  • Module: IntroTutorials

  • File: EditorTutorial.h

Editor Properties: (see get_editor_property/set_editor_property)

  • asset (SoftObjectPath): [Read-Write] If reference is an asset, we use this to resolve it

  • draw_highlight (bool): [Read-Write] Whether to draw an animated highlight around the widget

  • friendly_name (str): [Read-Write] User friendly name to display in the dialog

  • guid_string (str): [Read-Write] The GUID string

  • outer_name (str): [Read-Write] Name of the outer object - should be the blueprint that ‘owns’ the node

  • tab_to_focus_or_open (str): [Read-Write] Tab on which to focus (EG ‘My Blueprint’ tab).

  • type (TutorialAnchorIdentifier): [Read-Write]

  • wrapper_identifier (Name): [Read-Write] If widget is in a wrapper widget, this is the wrapper widget name