Hey,
I am actually trying to link my unreal text with data table where I give "Get Aximmetry Text" node in the blueprint
And for some reason unknown I can't add more nodes and seeing error as follows
Could anyone please help me out with issue as soon as possible
Hi,
Aximmetry's Unreal node can have at most 64 pins from each pin data type.
This means you can have a maximum of 64 different Get Aximmetry Text nodes in your Unreal Blueprints.
This limitation applied per data type, so while you have 64 different Get Aximmetry Text nodes, you can still have for example 64 Get Aximmetry Transformation nodes.
We suggest in cases like this to slice and parse the text or data in Unreal's blueprint instead of using Aximmetry Flow Editor to process data.
You can for example parse text in an Unreal Blueprint with the following nodes:
Where the data in the text are separated by commas (",") (called Delimiter in Parse Into Array).
The following setup could write out the text data to a list of Text Render Actor (Make Array):
com/blueprint/dh5zm2jb/
You can copy the above blueprint from here: https://blueprintue.
Warmest regards,