unreal.BTDecorator_CompareBBEntries

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

Bases: BTDecorator

Blackboard comparison decorator node. A decorator node that bases its condition on a comparison between two Blackboard keys.

C++ Source:

  • Module: AIModule

  • File: BTDecorator_CompareBBEntries.h

Editor Properties: (see get_editor_property/set_editor_property)

  • blackboard_key_a (BlackboardKeySelector): [Read-Write] blackboard key selector

  • blackboard_key_b (BlackboardKeySelector): [Read-Write] blackboard key selector

  • flow_abort_mode (BTFlowAbortMode): [Read-Write] flow controller settings

  • inverse_condition (bool): [Read-Write] if set, condition check result will be inversed

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

  • operator (BlackBoardEntryComparison): [Read-Write] operation type