CSVLogger 是一款轻量级的 Unreal Engine 插件,可以在运行时将指定 Actor 的 Location 和 Rotation 数据记录到 CSV 文件中,以便分析或调试。设计简单易用,主要面向非程序开发者在 Blueprint 中直接调用。
-- CSVLogger is a lightweight Unreal Engine plugin that records an Actor’s Location and Rotation into a CSV file during runtime for analysis or debugging. It is designed to be simple and convenient for Blueprint users, especially those unfamiliar with C++.