Navigation

  • index
  • next |
  • previous |
  • Unreal Python 5.8 (Experimental) documentation »
  • unreal.ConversationNodeWithLinks

unreal.ConversationNodeWithLinks¶

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

Bases: ConversationNode

Conversation Node with Links

C++ Source:

  • Plugin: CommonConversation

  • Module: CommonConversationRuntime

  • File: ConversationNode.h

Editor Properties: (see get_editor_property/set_editor_property)

  • compiled_node_guid (Guid): [Read-Write] The node’s unique ID. This value is set during compilation.

  • node_name (str): [Read-Write] node name

  • output_connections (Array[Guid]): [Read-Write]

  • show_property_details (bool): [Read-Write] show detailed information about properties

  • show_property_editors (bool): [Read-Write] show detailed information about properties

property output_connections: None¶

[Read-Only]

Type:

(Array[Guid])

Table of Contents

  • unreal.ConversationNodeWithLinks
    • ConversationNodeWithLinks
      • ConversationNodeWithLinks.output_connections

Previous topic

unreal.ConversationNode

Next topic

unreal.ConversationParticipantComponent

Quick search

Navigation

  • index
  • next |
  • previous |
  • Unreal Python 5.8 (Experimental) documentation »
  • unreal.ConversationNodeWithLinks
© Copyright ©, Epic Games, Inc. All rights reserved. Unreal and its logo are Epic’s trademarks or registered trademarks in the US and elsewhere.