unreal.StateTreeConsiderationBlueprintBase

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

Bases: StateTreeNodeBlueprintBase

  • Base class for Blueprint based Considerations.

C++ Source:

  • Plugin: StateTree

  • Module: StateTreeModule

  • File: StateTreeConsiderationBlueprintBase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • description (Text): [Read-Write] Description of the node.

  • icon_color (Color): [Read-Write] Color of the icon.

  • icon_name (Name): [Read-Write] Name of the icon in format:

    StyleSetName | StyleName [ | SmallStyleName | StatusOverlayStyleName] SmallStyleName and StatusOverlayStyleName are optional. Example: “StateTreeEditorStyle|Node.Animation”

receive_get_score() float

Receive Get Score

Return type:

float