コンテンツにスキップ
出品CSV To Structのメディア1

説明

This plugin allows you to convert .csv (Comma-Separated Values) files into Blueprint Structs at Runtime. With a single function call during gameplay, you can easily map CSV data directly into a Blueprint Struct array, no manual setup or editor configuration required such as data tables or anything like that.

The plugin will automatically parse the CSV and populate your struct array at runtime. You only need to create a Blueprint Struct where all variables are of type String, and the number of variables in struct must match the number of columns in the CSV file.

Features:

  • Convert CSV To Blueprint Struct at Runtime.

  • Load/read a .csv file from a local path and convert it to a blueprint struct.

  • CSV String Input: Simply input CSV data as a string and convert to struct, no file needed. Useful for scenarios like retrieving CSV data from servers during gameplay.

  • Convert function accept wildcard of any struct array input

  • Works in shipping builds

  • Specify delimiter for different types of .csv, such as comma, tab, or space.

含まれる形式