-
Notifications
You must be signed in to change notification settings - Fork 339
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels