FText::FromStringTable C++

Hi i am creating 2 stringtables in c++ via the macro desribed in this post : Using String Tables from C++

im trying to access these stringtables in c++ via Ftext::FromStringTable but it doesnt work. Can someone tell how exactly you have to specify the Path/table(?) in FromStringTable for it to work.

when i iterate over my string tables via FStringTableRegistry::Get() i find all my string tables but accessing them with FromStringTable just doesnt seem to work.

1 Like

To access string tables in C++ using FText : : FromStringTable, you need to specify the string table ID and key. Ensure the ID matches the one used when creating the table, and use the correct key for the string you want to retrieve.