Skip to content

FormatText node doesn't work with data pins #353

@dskliarov-gsc

Description

@dskliarov-gsc

Steps:

  • Create Quest Asset blueprint
  • Add Format Text node
  • Add property
  • Set property name (e.g. score)
  • Set property type and value (e.g. int and 10)
  • Leave the Format Text field empty
  • Add a Define Property node
  • Select Text - Flow DataPin Value
  • AS value write down text in FText including name of property from the 4th step (e.g., points received {score})
  • Connect the Define Property node in the format text pin of the Format Text node
  • Add Log node
  • Connect the Start node to the In pin of the Log Node
  • Connect the formatted text output pin of the Format Text node to the message input pin of the Log node
  • Start the Pie
  • Activate quest asset blueprint
  • Observe that the error "Format Text Could not format text '' with properties as parameters --- node FlowNode_FormatText_0" occurs, and the value from the Define property node has not been passed into the Format Text node

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions