blueprint

Editor Utility - Import CSV to Data Asset (Requires Victory Plugin)

  • Exposure: public
  • UE Version: 4.26

cronofeardev

July 18, 2021, 5:45 am

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
July 18, 2021
  1. Forgot to add the macro implementation

  2. First commit

    See

1 comment

  • cronofeardev

    July 18, 2021, 6:03 am

    CSV file imported in this example looks like:


    AssetIDName,Glyph,UnicodeValue string,text,text PickupA,1,2 PickupB,4,5


    And it uses IconAsset DataAsset as the Asset container.