Runtime DataTable (RDT) is a plugin for Unreal Engine that loads a Comma-Separated Values (CSV) document at runtime, converting text data into appropriate types and filling an array of FStruct or UObject with the corresponding values. Unlike the built-in Data Table system in UE4, which operates only at design time, RDT functions during game execution….