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.